Files
tgex-backend/src/controller/telegram_callback/__init__.py
2025-11-10 15:14:19 +03:00

7 lines
167 B
Python

from aiogram import Router
telegram_callback_router = Router()
# Import handlers to register them
from . import my_chat_member, start_with_login # noqa: E402, F401