Files
python-bpf/pythonbpf/vmlinux_parser/ir_gen/__init__.py

4 lines
66 B
Python

from .ir_generation import IRGenerator
__all__ = ["IRGenerator"]