Initial Animatrix import
This commit is contained in:
3
backend/app/models/__init__.py
Normal file
3
backend/app/models/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from app.models.models import Asset, Job, JobEvent, JobOutput, User
|
||||
|
||||
__all__ = ["User", "Asset", "Job", "JobOutput", "JobEvent"]
|
||||
Reference in New Issue
Block a user