Files
rehearshalhub/api/src/rehearsalhub/storage/__init__.py
2026-04-08 15:10:52 +02:00

5 lines
193 B
Python
Executable File

from rehearsalhub.storage.nextcloud import NextcloudClient
from rehearsalhub.storage.protocol import FileMetadata, StorageClient
__all__ = ["StorageClient", "FileMetadata", "NextcloudClient"]