File size: 142 Bytes
3232d64
 
 
 
 
 
1
2
3
4
5
6
"""
API package for Mezura evaluation system.
"""
from api.client import get_api_client, APIClient

__all__ = ["get_api_client", "APIClient"]