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()
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()