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