Vamxbase1 Link -

: To use it, you generally place the .var file into the AddonPackages folder within your main VaM installation directory.

class VamxBaseClient: """ Main client to interact with the VAMX Base system. """ def __init__(self, config: Config = None): self.config = config or Config() self._connection = None vamxbase1