5 lines
68 B
Python
5 lines
68 B
Python
from .v1 import router as v1_router
|
|
|
|
__all__ = [
|
|
"v1_router",
|
|
]
|