We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ef0c8f commit 968f95bCopy full SHA for 968f95b
Example/test.py
@@ -5,9 +5,6 @@
5
# The code additionally makes use of the MathCAT library (written in Rust) which is covered by the MIT license
6
# and also (obviously) requires external speech engines and braille drivers.
7
8
-import platform
9
-print(f'architecture={platform.architecture()}')
10
-
11
12
import os
13
import sys
0 commit comments