Source code for testbot_aw.Device.Power

#!/usr/bin/env python
# -*- coding: utf-8 -*-


[docs]__author__ = "Nuanguang Gu(Sunny)"
[docs]__email__ = "nuanguang.gu@aliyun.com"
from testbot.resource.modules.tv_device_module import TCLTVDeviceModuleBase
[docs]class PowerModule(TCLTVDeviceModuleBase): """ TCL TV 电源模块API接口集 """ pass