Ejemplo n.º 1
0
 def __init__(self):
     print('monster log init!')
     self.monsterDB = set_database_monster.setDatabaseMonster()
Ejemplo n.º 2
0
 def __init__(self):
     print('monster algorithm functions!')
     self.monsterDB = set_database_monster.setDatabaseMonster()
Ejemplo n.º 3
0
 def __init__(self):
     print("MA01 INIT!!")
     self.monsterDB = set_database_monster.setDatabaseMonster()
     self.monsterLog = monster_log.monsterLog()
     self.algFn = alg_function.algFunctions()
Ejemplo n.º 4
0
 def __init__(self):
     print("stock code crawler init!!")
     self.monsterDB  = set_database_monster.setDatabaseMonster()
     self.monsterLog = monster_log.monsterLog()