Mail agent added

This commit is contained in:
2025-10-28 23:10:48 +03:00
parent 6b87bd226e
commit 1ef4271137
9 changed files with 525 additions and 2 deletions

5
src/main.py Normal file
View File

@@ -0,0 +1,5 @@
from config_manager import Configmanager
if __name__=="__main__":
print("Hello, World!")