Simple Linux Panel
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mdserver-web/views/__init__.py

14 lines
256 B

7 years ago
7 years ago
from dashboard import *
from site import *
7 years ago
from files import *
7 years ago
from soft import *
7 years ago
from config import *
7 years ago
from task import *
7 years ago
from system import *
from plugins import *
from database import *
7 years ago
from crontab import *
7 years ago
from firewall import *
7 years ago
from control import *