Skip to content

Commit b86341c

Browse files
committed
Rework dir structure for expr
1 parent 4857739 commit b86341c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

pythonbpf/expr/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
from .expr_pass import eval_expr, handle_expr, convert_to_bool
2+
3+
__all__ = ["eval_expr", "handle_expr", "convert_to_bool"]
File renamed without changes.

0 commit comments

Comments
 (0)