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