I am very new to python and writing blender addons. I am currently trying to make an addon that takes the selected object, makes a new cube at that location, and then applies a set of custom geo nodes to that object.
Assuming the geo node groups I want to apply have already been appended to the file, how can I specify to Blender what geo node group I want it to apply with python? I have tried learning through the info dialogue, and it hasn't given me much to work off of.