commit
This commit is contained in:
5
backend/app/models/__init__.py
Normal file
5
backend/app/models/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
from .project import Project
|
||||
from .ingredient import Ingredient, AssetType
|
||||
from .scene import Scene
|
||||
from .shot import Shot
|
||||
Reference in New Issue
Block a user