I\'m building a Flask app with Python 3.5 following a tutorial, based on different import rules. By looking for similar questions, I managed to solve an ImportError based on
Have you tried
import app.config as Config
It did the trick for me.