mirror of
https://github.com/recklessop/Zerto_Exporter.git
synced 2026-07-03 07:53:15 -04:00
0911a4eccc
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
5 lines
117 B
Python
5 lines
117 B
Python
print("Initializing zvma10 package...")
|
|
|
|
#from .zvma import zvm
|
|
from .vcenter import vcsite
|
|
from .zvma import zvmsite |