Exemplo n.º 1
0
 def open_db(self, db_path):
     self.__db_path = db_path
     header = Header(db_path)
     r = header.start()