Initial YakPanel commit
This commit is contained in:
21
class/panelModel/base.py
Normal file
21
class/panelModel/base.py
Normal file
@@ -0,0 +1,21 @@
|
||||
#coding: utf-8
|
||||
#-------------------------------------------------------------------
|
||||
# YakPanel
|
||||
#-------------------------------------------------------------------
|
||||
# Copyright (c) 2015-2099 YakPanel(www.yakpanel.com) All rights reserved.
|
||||
#-------------------------------------------------------------------
|
||||
# Author: cjxin <cjxin@yakpanel.com>
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
# 面板其他模型新增功能
|
||||
#------------------------------
|
||||
import public,re,time,sys,os,json
|
||||
from datetime import datetime
|
||||
|
||||
|
||||
|
||||
class panelBase:
|
||||
|
||||
|
||||
def __init__(self):
|
||||
pass
|
||||
Reference in New Issue
Block a user