mirror of
https://github.com/varun-r-mallya/Python-BPF.git
synced 2026-03-25 22:51:28 +00:00
6 lines
118 B
Python
6 lines
118 B
Python
"""BPF function processing and LLVM IR generation."""
|
|
|
|
from .functions_pass import func_proc
|
|
|
|
__all__ = ["func_proc"]
|