4 lines
59 B
Python
4 lines
59 B
Python
__all__ = ("router",)
|
|
|
|
from .tariffs_handler import router
|
__all__ = ("router",)
|
|
|
|
from .tariffs_handler import router
|