new features
This commit is contained in:
@@ -5,6 +5,7 @@ from cpv3.modules.projects.models import Project
|
||||
from cpv3.modules.files.models import File
|
||||
from cpv3.modules.transcription.models import Transcription
|
||||
from cpv3.modules.users.models import User
|
||||
from cpv3.modules.notifications.models import Notification
|
||||
from cpv3.modules.webhooks.models import Webhook
|
||||
|
||||
__all__ = [
|
||||
@@ -17,5 +18,6 @@ __all__ = [
|
||||
"Transcription",
|
||||
"Job",
|
||||
"JobEvent",
|
||||
"Notification",
|
||||
"Webhook",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user