from .tool.func import *
async def main_tool_other():
with get_db_connect() as conn:
return easy_minify(conn, flask.render_template(skin_check(conn),
imp = [get_lang(conn, 'other_tool'), await wiki_set(), await wiki_custom(conn), wiki_css([0, 0])],
data = render_simple_set(conn, '''
''' + get_lang(conn, 'user_tool') + '''
''' + get_lang(conn, 'list') + '''
''' + get_lang(conn, 'admin') + '''
''' + get_lang(conn, 'discussion') + '''
''' + get_lang(conn, 'document') + '''
''' + get_lang(conn, 'user') + '''
''' + get_lang(conn, 'other') + '''
''' + get_lang(conn, 'other') + '''
''' + get_lang(conn, 'admin') + '''
'''),
menu = 0
))