libretime/api/libretime_api/_constants.py

9 lines
99 B
Python

FILTER_NUMERICAL_LOOKUPS = [
"exact",
"gt",
"lt",
"gte",
"lte",
"range",
]