init commit

This commit is contained in:
2025-12-10 22:09:31 +09:00
commit b79adf1c69
361 changed files with 47414 additions and 0 deletions

6
app/bot/__init__.py Normal file
View File

@@ -0,0 +1,6 @@
"""Bot module"""
from app.bot.handlers import register_handlers
from app.bot.keyboards import *
__all__ = ["register_handlers"]