Source code for jdxi_editor.midi.data.analog.tab

"""
Tabs of the Analog Main Tab Widget
"""

from jdxi_editor.midi.data.base.tab import BaseTabName


[docs] class AnalogTabName(BaseTabName): """Tabs present on the Analog Tab Widget""" pass #