ea9b0989574b042cc9f0285a76b602f7c0b5973d
[plcapi.git] / PLC / Methods / BootCheckAuthentication.py
1 from PLC.Methods.AuthCheck import AuthCheck
2
3 class BootCheckAuthentication(AuthCheck):
4     """
5     Deprecated. See AuthCheck.
6     """
7
8     status = "deprecated"