1
Fork 0
mirror of https://github.com/pds-nest/nest.git synced 2024-11-21 20:44:18 +00:00

Relative imports fun

This commit is contained in:
Lorenzo Balugani 2021-05-06 17:31:49 +02:00
parent c165c80c6d
commit 7f2b36f1b5

View file

@ -10,7 +10,7 @@ from .gestione import *
from flask_cors import CORS
from flask_jwt_extended import *
from .app import app
from api_spec import spec
from .api_spec import spec
from swagger import swagger_ui_blueprint, SWAGGER_URL
Base.init_app(app=app)