re-structure

This commit is contained in:
pacnpal
2024-11-15 22:17:30 +00:00
parent 5fedd97b61
commit 97e0d9c279
3 changed files with 6 additions and 34 deletions

View File

@@ -1,4 +1,4 @@
"""Re-export commands from core.commands"""
from .core.commands import VideoArchiverCommands
"""Re-export commands from core.base"""
from .core.base import VideoArchiver
__all__ = ['VideoArchiverCommands']
__all__ = ['VideoArchiver']