Source code for testbot_aw.Device.Bluetooth

#!/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 BluetoothModule(TCLTVDeviceModuleBase): """ TCL TV 蓝牙模块API接口集 """ pass