mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2025-11-12 03:32:39 +08:00
7 lines
213 B
Python
7 lines
213 B
Python
"""Ready-to-use and customizable users management for FastAPI."""
|
|
|
|
__version__ = "0.3.2"
|
|
|
|
from fastapi_users.fastapi_users import FastAPIUsers # noqa: F401
|
|
from fastapi_users.models import BaseUser # noqa: F401
|