4 lines
98 B
Python
4 lines
98 B
Python
from .routes import router as user_router, get_auth_router
|
|
|
|
from .models import User, AccessToken
|