Hiya
I'm looking to have a python script go into my HDA and insert lines of code within the Scripts -> PythonModule section. Is it possible to access this via python? To answer the "why would you even want to do this?" questions, i'm trying to automate a larger more complicated process which requires code within the HDA to be present.
I've been looking at hou.HDADefinition as well as hou.hda which came close as you're able to set callbacks but that's been the closest i've seen thus far.
Thanks