Files
FastAnime/fastanime/cli/service/downloads/__init__.py

4 lines
68 B
Python

from .service import DownloadService
__all__ = ["DownloadService"]