5 lines
351 B
Python
5 lines
351 B
Python
# This is the class definition for the remote Storage Systems
|
|
# There will be a StorageLinux and StorageWindows Class, as well as the LocalServer Class
|
|
# The LocalServer class will mostly be a List of Storage server objects and Class functions for interacting with them
|
|
# The actual Storage server Classes will mostly just be collections of variables
|