Files
2020-01-11 10:55:15 +01:00

7 lines
204 B
Python

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