You've already forked DataMate
refactor: Reorganize datamate-python (#34)
refactor: Reorganize datamate-python (previously label-studio-adapter) into a DDD style structure.
This commit is contained in:
11
runtime/datamate-python/app/module/shared/schema/__init__.py
Normal file
11
runtime/datamate-python/app/module/shared/schema/__init__.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from .common import (
|
||||
BaseResponseModel,
|
||||
StandardResponse,
|
||||
PaginatedData
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"BaseResponseModel",
|
||||
"StandardResponse",
|
||||
"PaginatedData"
|
||||
]
|
||||
Reference in New Issue
Block a user