clearml/trains/storage/__init__.py
2020-07-04 22:52:09 +03:00

5 lines
107 B
Python

""" Local and remote storage support """
from .manager import StorageManager
__all__ = ["StorageManager"]