mirror of
https://github.com/pacnpal/Pac-cogs.git
synced 2025-12-20 02:41:06 -05:00
5 lines
130 B
Python
5 lines
130 B
Python
"""Re-export commands from core.commands"""
|
|
from .core.commands import VideoArchiverCommands
|
|
|
|
__all__ = ['VideoArchiverCommands']
|