forked from DGNum/gestioCOF
7 lines
124 B
Python
7 lines
124 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from kfet.config import kfet_config
|
|
|
|
|
|
def config(request):
|
|
return {'kfet_config': kfet_config}
|