Add DEMO feature to the project
This commit is contained in:
5
services/demo_session/app/api/__init__.py
Normal file
5
services/demo_session/app/api/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
"""Demo Session API"""
|
||||
|
||||
from .routes import router
|
||||
|
||||
__all__ = ["router"]
|
||||
Reference in New Issue
Block a user