Sign in
pigweed
/
third_party
/
github
/
google
/
benchmark
/
c19cfee61e136effb05a7fc8a037b0db3b13bd4c
/
.
/
bindings
/
python
/
google_benchmark
/
version.py
blob: a324693e2d7b5133a435ade3d0a5a3e544528079 [
file
]
from
importlib
.
metadata
import
PackageNotFoundError
,
version
try
:
__version__
=
version
(
"google-benchmark"
)
except
PackageNotFoundError
:
# package is not installed
pass