mirror of
https://github.com/pacnpal/Pac-cogs.git
synced 2025-12-20 02:41:06 -05:00
Converted all 'from videoarchiver.' imports to relative imports
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
"""Command handlers for VideoArchiver"""
|
||||
|
||||
from videoarchiver.core.commands.archiver_commands import setup_archiver_commands
|
||||
from videoarchiver.core.commands.database_commands import setup_database_commands
|
||||
from videoarchiver.core.commands.settings_commands import setup_settings_commands
|
||||
from .core.commands.archiver_commands import setup_archiver_commands
|
||||
from .core.commands.database_commands import setup_database_commands
|
||||
from .core.commands.settings_commands import setup_settings_commands
|
||||
|
||||
__all__ = [
|
||||
'setup_archiver_commands',
|
||||
|
||||
Reference in New Issue
Block a user