from flask_restx import Api from flask import Flask __all__ = [ "formats", "examples", "projects", "tests", ] app = Flask(__name__) api = Api(app)