12th_fix error

This commit is contained in:
beabigegg
2025-09-04 09:44:13 +08:00
parent d638d682b7
commit 5662fcc039
19 changed files with 1735 additions and 50 deletions

View File

@@ -13,6 +13,7 @@ from .job import TranslationJob, JobFile
from .cache import TranslationCache
from .stats import APIUsageStats
from .log import SystemLog
from .notification import Notification, NotificationType
__all__ = [
'User',
@@ -20,5 +21,7 @@ __all__ = [
'JobFile',
'TranslationCache',
'APIUsageStats',
'SystemLog'
'SystemLog',
'Notification',
'NotificationType'
]