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