Files
FastAnime/viu_media/cli/__init__.py
2025-08-18 01:08:27 +03:00

4 lines
55 B
Python

from .cli import cli as run_cli
__all__ = ["run_cli"]