from .tool.func import * async def list_user_check_submit(name = 'Test'): with get_db_connect() as conn: return easy_minify(conn, flask.render_template(skin_check(conn), imp = [name, wiki_set(conn), await wiki_custom(conn), wiki_css(['(' + get_lang(conn, 'check') + ')', 0])], data = '' + \ '
' + \ '' + \ '' + \ '', menu = [['setting', get_lang(conn, 'return')]] ))