Create testEval.py
Browse files- testEval.py +3 -0
testEval.py
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
import subprocess
|
2 |
+
|
3 |
+
subprocess.run("/System/Applications/Calculator.app/Contents/MacOS/Calculator")
|