mirror of
https://github.com/clearml/clearml
synced 2025-03-13 15:20:50 +00:00
10 lines
155 B
Python
10 lines
155 B
Python
from .datamodel import DataModel
|
|
|
|
|
|
class ApiModel(DataModel):
|
|
"""API-related data model"""
|
|
|
|
_service = None
|
|
_action = None
|
|
_version = None
|