from .tool.func import * async def list_admin(): with get_db_connect() as conn: curs = conn.cursor() div = '' return easy_minify(flask.render_template(await skin_check(conn), imp = [await get_lang('admin_list'), await wiki_set(), await wiki_custom(conn), wiki_css([0, 0])], data = div, menu = [['other', await get_lang('return')]] ))