Files
2025-06-08 20:55:08 +09:00

4 lines
60 B
Python

from .admin import dp
from .user import dp
__all__ = ['dp']