You've already forked DataMate
refactor: Reorganize datamate-python (previously label-studio-adapter) into a DDD style structure.
11 lines
170 B
Python
11 lines
170 B
Python
from .common import (
|
|
BaseResponseModel,
|
|
StandardResponse,
|
|
PaginatedData
|
|
)
|
|
|
|
__all__ = [
|
|
"BaseResponseModel",
|
|
"StandardResponse",
|
|
"PaginatedData"
|
|
] |