toolkit/iso/py/test.py

7 lines
84 B
Python
Raw Normal View History

2022-05-20 08:13:57 +00:00
#!/usr/bin/env python3
from common import *
print(platform.machine())
print(arch)