fix: import mido
This commit is contained in:
parent
abd3de50c2
commit
ca503eb156
1 changed files with 1 additions and 0 deletions
1
main.py
1
main.py
|
|
@ -12,6 +12,7 @@ from midi_controller import MidiController, DeviceMappingManager
|
||||||
from mapper import MidiToHueMapper
|
from mapper import MidiToHueMapper
|
||||||
from animations import AnimationManager, MidiLedAnimation
|
from animations import AnimationManager, MidiLedAnimation
|
||||||
from speech_to_text import SpeechToText
|
from speech_to_text import SpeechToText
|
||||||
|
import mido
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
"""Main application entry point."""
|
"""Main application entry point."""
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue