from .tool.func import * def list_admin_group_2(): with get_db_connect() as conn: curs = conn.cursor() list_data = '' + \ '
' + \ '(' + load_lang('add') + ')' + \ '' return easy_minify(flask.render_template(skin_check(), imp = [load_lang('admin_group_list'), wiki_set(), wiki_custom(), wiki_css([0, 0])], data = list_data, menu = [['manager', load_lang('return')]] ))