mirror of
https://github.com/aaPanel/aaPanel.git
synced 2026-08-22 15:42:25 +02:00
17 lines
658 B
Python
17 lines
658 B
Python
# -*- coding: utf-8 -*-
|
|
# +-------------------------------------------------------------------
|
|
# | aaPanel
|
|
# +-------------------------------------------------------------------
|
|
# | Copyleft (c) 2015-2099 aaPanel(www.aapanel.com) All lefts reserved.
|
|
# +-------------------------------------------------------------------
|
|
# | Author: wzz
|
|
# | email : wzz@bt.cn
|
|
# +-------------------------------------------------------------------
|
|
# +-------------------------------------------------------------------
|
|
# | docker sub_app 管理模型 -
|
|
# +-------------------------------------------------------------------
|
|
|
|
class base():
|
|
def __init__(self):
|
|
pass
|