mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-22 04:54:18 +00:00
Relative imports fun
This commit is contained in:
parent
c165c80c6d
commit
7f2b36f1b5
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue