mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2025-08-26 12:31:25 +08:00
8 lines
274 B
Python
8 lines
274 B
Python
"""Ready-to-use and customizable users management for FastAPI."""
|
|
|
|
__version__ = "6.1.1"
|
|
|
|
from fastapi_users import models # noqa: F401
|
|
from fastapi_users.fastapi_users import FastAPIUsers # noqa: F401
|
|
from fastapi_users.user import InvalidPasswordException # noqa: F401
|