Sign in
chromium
/
external
/
github.com
/
v8
/
node
/
014feecc445c7dfc754378f2626cd43ee30a448d
/
.
/
tools
/
getmachine.py
blob: 046d8b17a797fd9d3e161d2afc06c291400b2c8a [
file
] [
log
] [
blame
]
from
__future__
import
print_function
import
platform
print
(
platform
.
machine
())