"""Run the application""" from qc_app import create_app, instance_path app = create_app(instance_path()) if __name__ == "__main__": app.run()