first add
This commit is contained in:
11
backend/app/models/__init__.py
Normal file
11
backend/app/models/__init__.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from .job import Job, Step, JobLog, JobStatus, StepStatus
|
||||
|
||||
__all__ = [
|
||||
"Job",
|
||||
"Step",
|
||||
"JobLog",
|
||||
"JobStatus",
|
||||
"StepStatus",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user