mirror of
https://github.com/LLVMParty/llvm-nanobind
synced 2026-06-21 13:43:38 +00:00
9 lines
184 B
Python
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"
|