Browse Source

Initial commit

zhusc 5 months ago
parent
commit
d30f72e804
1 changed files with 1 additions and 0 deletions
  1. 1 0
      user_events/main.py

+ 1 - 0
user_events/main.py

@@ -53,5 +53,6 @@ def main():
     monitor.monitor()
 
 
+
 if __name__ == "__main__":
     main()