mirror of
https://github.com/pacnpal/Pac-cogs.git
synced 2025-12-20 02:41:06 -05:00
6 lines
108 B
Python
6 lines
108 B
Python
"""Core module for VideoArchiver cog"""
|
|
|
|
from ..core.base import VideoArchiver
|
|
|
|
__all__ = ["VideoArchiver"]
|