i was bored on a show so i decided to ask the ChatGPT from OpenAI to "build a python Vectorworks plugin that horizontally distributes all the selected items evenly" and this is what it spit out. interesting.     # Import the Vectorworks Python API import Vectorworks as vw # Import the VWObjects module from Vectorworks.VWObjects import * # Define the plug-in class class CExamplePlugin: # Called when the plug-in is loaded def Load(self): # Get the selected objects selectedOb