We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b242d15 commit 842af19Copy full SHA for 842af19
1 file changed
ev3dev/core.py
@@ -41,6 +41,8 @@
41
from struct import pack, unpack
42
from subprocess import Popen
43
44
+INPUT_AUTO = ''
45
+OUTPUT_AUTO = ''
46
47
# -----------------------------------------------------------------------------
48
# Attribute reader/writer with cached file access
0 commit comments