mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-12 13:18:28 +03:00
Tidy up imports + start on loading modules - program now starts much faster
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user