Expose google_benchmark.State for python bindings. (#1430)

Allows for type annotations.
This commit is contained in:
Ross McIlroy 2022-07-15 18:06:53 +01:00 committed by GitHub
parent 4efcc47461
commit 48c2d1c1ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,7 @@ from google_benchmark._benchmark import (
oNLogN,
oAuto,
oLambda,
State,
)
@ -64,6 +65,7 @@ __all__ = [
"oNLogN",
"oAuto",
"oLambda",
"State",
]
__version__ = "1.6.1"