4 lines
49 B
Python
4 lines
49 B
Python
from .routes import router
|
|
|
|
__all__ = ["router"]
|
from .routes import router
|
|
|
|
__all__ = ["router"]
|