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,6 +1,5 @@
""" Entry point for the auto_archiver package. """
from . import ArchivingOrchestrator
from auto_archiver.core.orchestrator import ArchivingOrchestrator
def main():
ArchivingOrchestrator().run()