Skip to content

Commit

Permalink
check python archetecture
Browse files Browse the repository at this point in the history
  • Loading branch information
NSoiffer committed Nov 3, 2024
1 parent afc15fc commit 2ef0c8f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Example/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
# The code additionally makes use of the MathCAT library (written in Rust) which is covered by the MIT license
# and also (obviously) requires external speech engines and braille drivers.

import platform
print(f'architecture={platform.architecture()}')


import os
import sys
Expand Down

0 comments on commit 2ef0c8f

Please sign in to comment.