Exemplo n.º 1
0
 def __init__(self):
     self.dao = DataSource.Instance()
     self.LOC_TABLE = 'location'
     self.WS_TABLE = 'websocket'
     self.dao.makeTables([self.LOC_TABLE, self.WS_TABLE])