forked from DGNum/gestioCOF
5 lines
99 B
Python
5 lines
99 B
Python
from kfet.config import kfet_config
|
|
|
|
|
|
def config(request):
|
|
return {"kfet_config": kfet_config}
|