Files
2025-12-16 23:02:28 +01:00

9 lines
184 B
Python

"""
Python port of llvm-c-test.
This package provides CLI-compatible Python implementations of llvm-c-test
commands, exercising the llvm-nanobind bindings.
"""
__version__ = "0.1.0"