mirror of
https://github.com/clearml/clearml
synced 2025-01-31 17:17:00 +00:00
5 lines
91 B
Python
5 lines
91 B
Python
""" High-level abstractions for backend API """
|
|
from .task import Task
|
|
|
|
__all__ = ["Task"]
|