mdserver-web/web/admin/setting/__init__.py

24 lines
730 B
Python

# coding:utf-8
# ---------------------------------------------------------------------------------
# MW-Linux面板
# ---------------------------------------------------------------------------------
# copyright (c) 2018-∞(https://github.com/midoks/mdserver-web) All rights reserved.
# ---------------------------------------------------------------------------------
# Author: midoks <midoks@163.com>
# ---------------------------------------------------------------------------------
from .setting import *
from .temp_login import *
from .timezone import *
from .secondary_verifiy import *
from .notify_email import *
from .notify_tgbot import *
from .app import *
from .panel_ssl import *
from .panel_bookmark import *