3 lines
56 B
Python
3 lines
56 B
Python
|
|
from .routes import api_router
|
||
|
|
|
||
|
|
__all__ = ["api_router"]
|