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

4 lines
64 B
Python

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