Пример #1
0
 def __init__(self, database_path):
     self.db = DBFormat( database_path )
Пример #2
0
 def __init__(self, output):
   self.db = DBFormat( output )