I have a package containing many modules. Each module uses constants, which I defined independently in each file. However, all these constants must be constant with each other. Therefore, I try to define them in one file and import in each file. When I run it, I have errors for constants that are not found.
Is their a clean way to have one file imported by many others and containing constants?
thanks for the help
source share