428th-exchange-bot/bot/handlers/__init__.py
Artemii Peretiachenko 8f6d2c07d6 Initial commit: 428th exchange Telegram bot.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-20 18:19:53 +02:00

4 lines
163 B
Python

from bot.handlers.client import router as client_router
from bot.handlers.manager import build_manager_router
__all__ = ["client_router", "build_manager_router"]