Files
FastAnime/fastanime/cli/__init__.py
2025-07-05 17:13:21 +03:00

4 lines
55 B
Python

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