Basic docs structure for RTD

This commit is contained in:
erinhmclark
2025-01-15 21:45:29 +00:00
parent 05e0c9de93
commit d3eec5d90f
38 changed files with 1034 additions and 40 deletions

View File

@@ -1,3 +1,6 @@
""" This module contains the storage classes for the auto-archiver.
"""
from .storage import Storage
from .s3 import S3Storage
from .local import LocalStorage