Files
2019-10-25 08:34:53 +02:00

7 lines
213 B
Python

"""Ready-to-use and customizable users management for FastAPI."""
__version__ = "0.2.0"
from fastapi_users.fastapi_users import FastAPIUsers # noqa: F401
from fastapi_users.models import BaseUser # noqa: F401