From 48c0a1f506a9032298b642d064b9bf1c2cd74768 Mon Sep 17 00:00:00 2001 From: Pragyansh Chaturvedi Date: Sun, 21 Sep 2025 03:14:29 +0530 Subject: [PATCH] Add struct to init to allow inclusion --- pythonbpf/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pythonbpf/__init__.py b/pythonbpf/__init__.py index 31d7d7c..96f6e50 100644 --- a/pythonbpf/__init__.py +++ b/pythonbpf/__init__.py @@ -1,2 +1,2 @@ -from .decorators import bpf, map, section, bpfglobal +from .decorators import bpf, map, section, bpfglobal, struct from .codegen import compile_to_ir, compile