Skip to content

Commit 2ef0c8f

Browse files
committed
check python archetecture
1 parent afc15fc commit 2ef0c8f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Example/test.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
# The code additionally makes use of the MathCAT library (written in Rust) which is covered by the MIT license
66
# and also (obviously) requires external speech engines and braille drivers.
77

8+
import platform
9+
print(f'architecture={platform.architecture()}')
10+
811

912
import os
1013
import sys

0 commit comments

Comments
 (0)