aiogram-bot-template/handlers/users/__init__.py
2020-12-14 11:08:50 +03:00

7 lines
103 B
Python

from .help import dp
from .start import dp
from .body import dp
from .echo import dp
__all__ = ["dp"]