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

4 lines
64 B
Python

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