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