Files
python-bpf/pythonbpf/maps/__init__.py

5 lines
129 B
Python

from .maps import HashMap, PerfEventArray
from .maps_pass import maps_proc
__all__ = ["HashMap", "PerfEventArray", "maps_proc"]