forked from sig_core/toolkit
7 lines
84 B
Python
7 lines
84 B
Python
|
#!/usr/bin/env python3
|
||
|
|
||
|
from common import *
|
||
|
|
||
|
print(platform.machine())
|
||
|
print(arch)
|