new features

This commit is contained in:
Daniil
2026-02-27 23:33:56 +03:00
parent 937e58859a
commit dc04efe0fb
41 changed files with 2067 additions and 141 deletions
+2
View File
@@ -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",
]