mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
8 lines
194 B
Python
8 lines
194 B
Python
"""Google Benchmark tooling"""
|
|
|
|
__author__ = 'Eric Fiselier'
|
|
__email__ = 'eric@efcs.ca'
|
|
__versioninfo__ = (0, 5, 0)
|
|
__version__ = '.'.join(str(v) for v in __versioninfo__) + 'dev'
|
|
|
|
__all__ = []
|