Sign in
android
/
platform
/
external
/
google-benchmark
/
1134a55168784f74b83ede800cc1ba1080418b0b
/
.
/
bindings
/
python
/
google_benchmark
/
version.py
blob: a324693e2d7b5133a435ade3d0a5a3e544528079 [
file
] [
log
] [
blame
]
from
importlib
.
metadata
import
PackageNotFoundError
,
version
try
:
__version__
=
version
(
"google-benchmark"
)
except
PackageNotFoundError
:
# package is not installed
pass