"""JWT Auth package.""" from .base import JWTAuth __version__ = "1.0.0" __all__ = ["JWTAuth"]