added modules

This commit is contained in:
Mikhail Tergoev
2025-03-04 18:55:47 +03:00
parent 2876c73735
commit c8cff90b3b
5 changed files with 256 additions and 0 deletions

10
test.py Executable file
View File

@ -0,0 +1,10 @@
#!/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("Привет мир!")