Files
captain-hook-indexer/store/__init__.py
2026-01-30 22:38:08 +01:00

3 lines
50 B
Python

from .s3 import S3Storage
__all__ = ["S3Storage"]