projects
/
vidi-player.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Handle KeyboardInterrupt in the main program, not in the Player class
[vidi-player.git]
/
vidi
/
__init__.py
1
#!/usr/bin/env python3
2
3
from .Note import SpnNote, MidiNote, PIANO_88_KEYS_RANGE
4
from .Player import Player
5
from .Timeline import Timeline