mirror of
https://github.com/varun-r-mallya/Python-BPF.git
synced 2026-03-27 15:41:27 +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"]
|