1
0
mirror of https://github.com/clearml/clearml synced 2025-03-03 18:52:12 +00:00
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"]