mirror of
https://github.com/clearml/clearml-agent
synced 2025-01-31 17:16:51 +00:00
9 lines
156 B
Python
9 lines
156 B
Python
|
from .datamodel import DataModel
|
||
|
|
||
|
|
||
|
class ApiModel(DataModel):
|
||
|
""" API-related data model """
|
||
|
_service = None
|
||
|
_action = None
|
||
|
_version = None
|