We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30939be commit 1c9b065Copy full SHA for 1c9b065
example.py
@@ -1,4 +1,4 @@
1
-from DigitalInputer import DigitalInputer
+from lib.DigitalInputer import DigitalInputer
2
3
a = DigitalInputer("(!A)^(B*X)")
4
print(a.get_output_table_print_ready())
DigitalInputer.py renamed to lib/DigitalInputer.py
0 commit comments