# This work is licensed under the GNU GPLv2 or later.# See the COPYING file in the top-level directory.from .device import Devicefrom ..xmlbuilder import XMLPropertyclassDeviceAudio(Device): XML_NAME = "audio"type = XMLProperty("./@type")id = XMLProperty("./@id")