We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 265383a commit f1eebdaCopy full SHA for f1eebda
1 file changed
bCNC.py
@@ -6,6 +6,8 @@
6
from __future__ import absolute_import
7
from __future__ import print_function
8
9
+print("This is currently broken. Use instead: python -m bCNC")
10
+
11
import os
12
import runpy
13
0 commit comments