Files
DataMate/runtime/datamate-python/app/module/dataset/__init__.py
Jason Wang 2f7341dc1f refactor: Reorganize datamate-python (#34)
refactor: Reorganize datamate-python (previously label-studio-adapter) into a DDD style structure.
2025-10-30 01:32:59 +08:00

3 lines
85 B
Python

from .service import DatasetManagementService
__all__ = ["DatasetManagementService"]