diff --git a/main.py b/main.py new file mode 100644 index 0000000..13c6fa5 --- /dev/null +++ b/main.py @@ -0,0 +1,5 @@ +import os +import src.monitor as monitor + +monitor.test() +os.system("PAUSE>NUL") \ No newline at end of file diff --git a/src/monitor.py b/src/monitor.py new file mode 100644 index 0000000..7fb9f86 --- /dev/null +++ b/src/monitor.py @@ -0,0 +1,2 @@ +def test(): + print("Lmao") \ No newline at end of file