import function from a file in the same folder

Have you tried

import app.config as Config

It did the trick for me.

Leave a Comment