6 lines
121 B
Python
6 lines
121 B
Python
def webform_list_context(module):
|
|
return {"get_list": get_webform_context_list}
|
|
|
|
|
|
def get_webform_context_list():
|
|
pass
|