Beispiel #1
0
 def __init__(self):
     self.init = True
     self.database = connDB()
Beispiel #2
0
 def __init__(self):
     self.init = True  ## 预留参数
     self.database = connDB()  ## 数据库实例
     self.activation = False
Beispiel #3
0
 def __init__(self):
     self.init = True  ## 预留参数
     self.database = connDB()  ## 数据库实例