mirror of https://github.com/midoks/mdserver-web
pull/728/head
parent
fda19b6103
commit
fba98f5ed6
@ -0,0 +1,23 @@ |
|||||||
|
# coding:utf-8 |
||||||
|
|
||||||
|
# --------------------------------------------------------------------------------- |
||||||
|
# MW-Linux面板 |
||||||
|
# --------------------------------------------------------------------------------- |
||||||
|
# copyright (c) 2018-∞(https://github.com/midoks/mdserver-web) All rights reserved. |
||||||
|
# --------------------------------------------------------------------------------- |
||||||
|
# Author: midoks <midoks@163.com> |
||||||
|
# --------------------------------------------------------------------------------- |
||||||
|
|
||||||
|
import os |
||||||
|
import sys |
||||||
|
import re |
||||||
|
import json |
||||||
|
import time |
||||||
|
import threading |
||||||
|
import multiprocessing |
||||||
|
|
||||||
|
import core.mw as mw |
||||||
|
import thisdb |
||||||
|
|
||||||
|
def parse(): |
||||||
|
print('21') |
Loading…
Reference in new issue