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