Initial commit

This commit is contained in:
BarsTiger
2023-05-10 23:51:23 +03:00
commit 9242e5fe6a
36 changed files with 370 additions and 0 deletions

6
TelegramSessionKeeper.py Normal file
View File

@@ -0,0 +1,6 @@
from modules.menu import menu
from modules.menu.fill import fill_menu
fill_menu()
menu.show()