MSSWY/main.py

5 lines
78 B
Python

import os
import src.monitor as monitor
monitor.test()
os.system("PAUSE>NUL")