Files
Iliyan Angelov c67067a2a4 Mail
2025-09-14 23:24:25 +03:00

6 lines
161 B
Python

VERSION = (4, 1, 0)
__version__ = '.'.join(map(str, VERSION))
ALL = (None,) # Sentinel value for all HTTP methods.
UNSAFE = ['DELETE', 'PATCH', 'POST', 'PUT']