ch ch ch changes

This commit is contained in:
pacnpal
2024-11-18 01:01:12 +00:00
parent e296f2440c
commit d03e8dc8e8
38 changed files with 121 additions and 121 deletions

View File

@@ -9,7 +9,7 @@ if TYPE_CHECKING:
try:
from .base import VideoArchiver
except ImportError:
from videoarchiver.core.base import VideoArchiver
# from videoarchiver.core.base import VideoArchiver
def setup_commands(cog: "VideoArchiver") -> None:
"""Command setup is now handled in the VideoArchiver class"""