| """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"] | |