feat:初版
This commit is contained in:
11
apps/api/app/schemas/__init__.py
Normal file
11
apps/api/app/schemas/__init__.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from .translate import TranslateRequest, TranslationStyle
|
||||
from .response import TranslateResponse, TranslateChunk, TranslateMeta, TranslateDone
|
||||
|
||||
__all__ = [
|
||||
"TranslateRequest",
|
||||
"TranslationStyle",
|
||||
"TranslateResponse",
|
||||
"TranslateChunk",
|
||||
"TranslateMeta",
|
||||
"TranslateDone",
|
||||
]
|
||||
Reference in New Issue
Block a user