mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-25 12:24:52 -08:00
5 lines
110 B
Python
5 lines
110 B
Python
"""CLI utilities for FastAnime."""
|
|
|
|
from .parser import parse_episode_range
|
|
|
|
__all__ = ["parse_episode_range"] |