4 lines
52 B
Python
4 lines
52 B
Python
__all__ = ("router",)
|
|
|
|
from .handlers import router
|
__all__ = ("router",)
|
|
|
|
from .handlers import router
|