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