When printing the directories that python is identifying, I discovered that it is not considering the project’s root directory but the 'flaskServer root' directory. I believe this is happening…
I created a simple App using Flask, but I have a problem when importing the "Resources" that I created into another file. This is the main file: from flask_restful import Api from flask import Flask…