Files
BOTKlining/doners/Shop-bot/handlers/admin/__init__.py
2025-06-08 20:55:08 +09:00

5 lines
86 B
Python

from .add import dp
from .questions import dp
from .orders import dp
__all__ = ['dp']