Files
ad-test/conf/apps/globals/utils.py
John Lancaster ba043554dc linting
2025-06-20 08:30:46 -05:00

10 lines
98 B
Python

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