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

14 lines
536 B
Python
Raw Permalink Normal View History

2024-10-24 14:24:38 -04:00
# coding:utf-8
# ---------------------------------------------------------------------------------
# MW-Linux面板
# ---------------------------------------------------------------------------------
# copyright (c) 2018-∞(https://github.com/midoks/mdserver-web) All rights reserved.
# ---------------------------------------------------------------------------------
# Author: midoks <midoks@163.com>
# ---------------------------------------------------------------------------------
2024-11-01 14:19:58 -04:00
from .system import *
from .upgrade import *
2024-10-24 14:24:38 -04:00