1
Fork 0
mirror of https://github.com/pds-nest/nest.git synced 2024-11-22 13:04:19 +00:00

The fun never ends

This commit is contained in:
Lorenzo Balugani 2021-05-06 17:35:44 +02:00
parent 7f2b36f1b5
commit 79cfec1993

View file

@ -4,7 +4,7 @@
from apispec import APISpec from apispec import APISpec
from apispec.ext.marshmallow import MarshmallowPlugin from apispec.ext.marshmallow import MarshmallowPlugin
from apispec_webframeworks.flask import FlaskPlugin from apispec_webframeworks.flask import FlaskPlugin
from api_schemas import * from .api_schemas import *
import pkg_resources import pkg_resources
# Create an APISpec # Create an APISpec