mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2025-08-16 03:40:23 +08:00
6 lines
180 B
Python
6 lines
180 B
Python
from fastapi_users.db.base import BaseUserDatabase # noqa: F401
|
|
from fastapi_users.db.sqlalchemy import ( # noqa: F401
|
|
SQLAlchemyBaseUserTable,
|
|
SQLAlchemyUserDatabase,
|
|
)
|