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