Improve the demo feature of the project
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
"""Demo Session Service Models"""
|
||||
|
||||
from .demo_session import DemoSession, DemoSessionStatus
|
||||
from .demo_session import DemoSession, DemoSessionStatus, CloningStatus
|
||||
|
||||
__all__ = ["DemoSession", "DemoSessionStatus"]
|
||||
__all__ = ["DemoSession", "DemoSessionStatus", "CloningStatus"]
|
||||
|
||||
Reference in New Issue
Block a user