mirror of
https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git
synced 2025-08-14 00:25:46 +02:00
6 lines
237 B
Python
6 lines
237 B
Python
"""Handlers initialization"""
|
|
from .callbacks import router as callbacks_router
|
|
from .start import router as start_router
|
|
from .callbacks import get_updated_keyboard
|
|
|
|
__all__ = ['callbacks_router', 'start_router', 'get_updated_keyboard'] |