In my application I am using module within the package example called examplemod.
example
examplemod
My app:
from example imp
Yes, but it'll only work as expected with fully qualified access paths to modules:
import example example.examplemod.config.CONSTANT = "Better value" example.examplemod.do_stuff()