mirror of
https://github.com/clearml/clearml
synced 2025-01-31 17:17:00 +00:00
5 lines
107 B
Python
5 lines
107 B
Python
""" Local and remote storage support """
|
|
from .manager import StorageManager
|
|
|
|
__all__ = ["StorageManager"]
|