First Commit

This commit is contained in:
lm
2020-10-29 22:54:34 +01:00
parent 89c4b8cff6
commit 8fb01a2eff
2 changed files with 7 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
import os
import src.monitor as monitor
monitor.test()
os.system("PAUSE>NUL")
+2
View File
@@ -0,0 +1,2 @@
def test():
print("Lmao")