I have a need to add module attributes at run time. For example, when a module is loaded, it reads the file where the data is contained. I would like that data to be avail
Just set it.
my_object = MyObject() my_object.my_custom_attribute = 'my_value'