clearml/trains/storage/__init__.py

5 lines
107 B
Python
Raw Normal View History

2019-06-10 17:00:28 +00:00
""" Local and remote storage support """
2020-04-09 09:03:41 +00:00
from .manager import StorageManager
2020-07-04 19:52:09 +00:00
__all__ = ["StorageManager"]