5 lines
74 B
Python
5 lines
74 B
Python
"""Constants used in the application."""
|
|
|
|
HTTP_200_OK = 200
|
|
TRIPHASIC = 3
|