Files
2019-10-20 10:37:33 +02:00

7 lines
213 B
Python

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