added run script

This commit is contained in:
Mikhail Tergoev
2025-03-05 01:12:00 +03:00
parent a43406030b
commit e2d3b0218d
2 changed files with 26 additions and 1 deletions

10
test.py
View File

@ -1,10 +0,0 @@
#!/usr/bin/env python3
from modules.log import *
from modules.env_var import *
from modules.files_worker import *
from modules.downloader import *
if __name__ == "__main__":
log.info("Привет мир!")