Files
2020-05-24 10:29:56 +02:00

7 lines
204 B
Python

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