mdserver-web/route/__init__.py

15 lines
271 B
Python
Raw Normal View History

2018-10-25 04:40:45 -04:00
# coding:utf-8
from dashboard import *
from site import *
from files import *
from soft import *
from config import *
from plugins import *
from task import *
from system import *
from database import *
from crontab import *
from control import *
from firewall import *