Files
FastAnime/viu/cli/service/auth/__init__.py
2025-08-16 16:18:41 +03:00

4 lines
60 B
Python

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