6 lines
74 B
Python
6 lines
74 B
Python
from Sprint.settings import CONSTS
|
|
|
|
|
|
def attributes(_):
|
|
return CONSTS
|