pagination_provider.py 91 B

12345
  1. from fastapi_pagination import add_pagination
  2. def register(app):
  3. add_pagination(app)