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

4 lines
60 B
Python

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