I plan to add two more WindowCommands to my plugin. Currently I load the settings and build my data structure on the __init__
method of my only WindowCommand. If I put multiple WindowCommands in the plugin where should the initialisation be placed?
Is there an method that is called on the first loading of the plugin during startup?