in resources/code/scenario0/api/app.py [0:0]
def create_table_users(self): try: cursor = self.conn.cursor() print("Creating table users") cursor.execute("""