feat: creatives and external channels
This commit is contained in:
6
src/controller/telegram_callback/__init__.py
Normal file
6
src/controller/telegram_callback/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from aiogram import Router
|
||||
|
||||
telegram_callback_router = Router()
|
||||
|
||||
# Import handlers to register them
|
||||
from . import my_chat_member, start_with_login # noqa: E402, F401
|
||||
Reference in New Issue
Block a user