a6326c7
1
2
3
4
5
6
def const_prompt_func_wrapper(const_prompt): def const_prompt_func(): return const_prompt return const_prompt_func