Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
newmindai
/
Mezura
like
14
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Mezura
/
api
/
__init__.py
nmmursit
initial commit
3232d64
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
142 Bytes
"""
API package for Mezura evaluation system.
"""
from
api.client
import
get_api_client, APIClient
__all__ = [
"get_api_client"
,
"APIClient"
]