init
This commit is contained in:
4
new-planet-backend/app/api/v1/__init__.py
Normal file
4
new-planet-backend/app/api/v1/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from app.api.v1.router import api_router
|
||||
|
||||
__all__ = ["api_router"]
|
||||
|
||||
Reference in New Issue
Block a user