Tidy up imports + start on loading modules - program now starts much faster

This commit is contained in:
Patrick Robertson
2025-01-22 18:45:58 +01:00
parent b6b085854c
commit ade5ea0f6f
12 changed files with 97 additions and 83 deletions

View File

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