implement as wrappers around new functions
[plcapi.git] / PLC / Methods / AdmGetNodes.py
1 from PLC.Methods.GetNodes import GetNodes
2
3 class AdmGetNodes(GetNodes):
4     """
5     Deprecated. See GetNodes.
6     """
7
8     status = "deprecated"