zvma10 wrapper module

Created a python module that has everything needed for comms with ZVMA version 10 in a seperate class. It does not have full api coverage, but is enough to start refactoring the exporter to use the class for ZVMa10
This commit is contained in:
2023-12-08 11:05:50 -05:00
parent b51a7bd068
commit 0911a4eccc
11 changed files with 806 additions and 348 deletions
-1
View File
@@ -1,5 +1,4 @@
print("Initializing zvma10 package...")
#from .zvma import zvm
from .vcenter import vcsite
from .zvma import zvmsite