Files
FastAnime/viu/cli/__init__.py
2025-08-16 16:18:41 +03:00

4 lines
55 B
Python

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