1
0
mirror of https://github.com/clearml/clearml synced 2025-03-05 11:38:49 +00:00
clearml/trains/backend_interface/task/repo/__init__.py
2020-07-04 22:52:09 +03:00

5 lines
106 B
Python

from .scriptinfo import ScriptInfo
from .freeze import pip_freeze
__all__ = ["ScriptInfo", "pip_freeze"]