mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-14 18:46:33 +00:00
9 lines
199 B
Python
9 lines
199 B
Python
"""'lit' Testing Tool"""
|
|
|
|
__author__ = "Daniel Dunbar"
|
|
__email__ = "daniel@minormatter.com"
|
|
__versioninfo__ = (21, 0, 0)
|
|
__version__ = ".".join(str(v) for v in __versioninfo__) + "dev"
|
|
|
|
__all__ = []
|