brintos

brintos / llvm-project-archived public Read only

0
0
Text · 210 B · 9212568 Raw
9 lines · python
1"""Google Benchmark tooling"""2 3__author__ = "Eric Fiselier"4__email__ = "eric@efcs.ca"5__versioninfo__ = (0, 5, 0)6__version__ = ".".join(str(v) for v in __versioninfo__) + "dev"7 8__all__ = []  # type: ignore9