Thanks for your answers but what would be a common solution? I read that it is bad practice to export from an object module. Or perhaps use a separate "Constants" module which exports what I need? But then again I will have to "use" it in every sub class which looks somewhat clumsy.
Is there a (clean) way where I can do whatever is necessary in the base class and have the variables automatically be imported into every sub-class?