Thibaut's picture
Add complete metrics evaluation subproject structure
b7d2408
raw
history blame contribute delete
287 Bytes
"""CVAT API client for interacting with CVAT endpoints.
This module provides a client for making authenticated requests to the CVAT API,
organized into logical method groups for projects, tasks, jobs, and annotations.
"""
from .client import CvatApiClient
__all__ = ["CvatApiClient"]