We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afb0b63 commit ec92282Copy full SHA for ec92282
1 file changed
src/daniel_chin_python_alt_stdlib/play_midi.py
@@ -3,13 +3,13 @@
3
'''
4
5
from __future__ import annotations
6
-
7
import typing as tp
8
import time
9
10
import mido
11
-from myfile import sysArgvOrInput
12
-from interactive import inputChin
+
+from .myfile import sysArgvOrInput
+from .interactive import inputChin
13
14
def any2zero(x: int): # an example channel remap
15
return 0
0 commit comments