Is there any documentation for the V6.99/V7 Python API available somewhere?
Possibly something equivalent to the autogenerated docs for the v6 python api: KiCad Pcbnew Python Scripting: pcbnew Namespace Reference
Also, do you have any recommendation on how to determine if the plugin is loaded in V6 or V6.99/V7? I guess I can do a “try - except” on some random api call that have been changed, but maybe there’s a smarter way?