mirror of
https://github.com/clearml/clearml-agent
synced 2025-02-01 17:43:40 +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
|