first commit

This commit is contained in:
2026-02-23 13:22:55 +03:00
commit ae9c89c765
11 changed files with 208 additions and 0 deletions

6
run.py Normal file
View File

@@ -0,0 +1,6 @@
import handlers
def init():
handlers.s_daemon
if __name__ == "__main__":
init()