Source code for testbot_aw.Device.FactoryMode

#!/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 FactoryModeModule(TCLTVDeviceModuleBase): """ TCL TV工厂模式模块API接口集 """ pass