1
0
Fork 0
tuned/tuned/plugins/plugin_bluetooth.py

15 lines
195 B
Python

import tuned.plugins
import tuned.log
log = tuned.log.get()
class BluetoothPlugin(tuned.plugins.RFKillPlugin):
"""
Plugin for tuning bluetooth devices.
"""
#
# TODO: ticket #24
#
pass