Files
DataMate/runtime/datamate-python/app/module/system/schema/__init__.py
Jason Wang ba0c69086a feat: data annotation page adaptation to backend API. Improve labeling project creation module.
* feat: data annotation page adaptation to the backend API.

* feat: Implement labeling configuration editor and enhance annotation task creation form
2025-10-31 15:56:29 +08:00

3 lines
68 B
Python

from .health import HealthResponse
__all__ = ["HealthResponse"]