This commit is contained in:
Mr Chen 2018-10-25 16:40:45 +08:00
parent b80bb50d30
commit 2a48c6b46a
2 changed files with 16 additions and 0 deletions

2
app.py
View File

@ -1,3 +1,5 @@
# coding:utf-8
import sys
import io
import os

14
route/__init__.py Executable file
View File

@ -0,0 +1,14 @@
# 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 *