mirror of
https://github.com/Benexl/FastAnime.git
synced 2026-01-10 12:13:19 -08:00
6 lines
89 B
Python
6 lines
89 B
Python
"""Plugin management commands for viu."""
|
|
|
|
from .cmd import plugin
|
|
|
|
__all__ = ["plugin"]
|