add backward compatible address type functions
[plcapi.git] / PLC / Methods / AdmGetAllAddressTypes.py
1 from PLC.Methods.GetAddressTypes import GetAddressTypes
2
3 class AdmGetAllAddressTypes(GetAddressTypes):
4     """
5     Deprecated. See GetAddressTypes.
6     """
7
8     status = "deprecated"