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