aboutsummaryrefslogtreecommitdiff
path: root/bindings/python/google_benchmark/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/python/google_benchmark/__init__.py')
-rw-r--r--bindings/python/google_benchmark/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/bindings/python/google_benchmark/__init__.py b/bindings/python/google_benchmark/__init__.py
index 787c423..f31285e 100644
--- a/bindings/python/google_benchmark/__init__.py
+++ b/bindings/python/google_benchmark/__init__.py
@@ -34,6 +34,7 @@ from google_benchmark._benchmark import (
kNanosecond,
kMicrosecond,
kMillisecond,
+ kSecond,
oNone,
o1,
oN,
@@ -53,6 +54,7 @@ __all__ = [
"kNanosecond",
"kMicrosecond",
"kMillisecond",
+ "kSecond",
"oNone",
"o1",
"oN",