health-apps-backend/utils.py

4 lines
68 B
Python

# Database pagination constants
DEFAULT_SKIP = 0
DEFAULT_LIMIT = 10