def build(self): existed = os.path.exists(DATABASE) if not existed: db.connect() db.create_tables(self.tables)