Files
ad-test/conf/apps/globals/utils.py
John Lancaster 727bfbac1d rearranged a bit
2025-01-28 22:39:12 -06:00

9 lines
96 B
Python

CONSTANTS = {
'A': 1,
'B': 2,
'C': 3
}
def utility_function():
return 123, 456