From c580aab1c429e9d03cef5c580587da485c5acc45 Mon Sep 17 00:00:00 2001 From: Pragyansh Chaturvedi Date: Mon, 20 Oct 2025 03:46:30 +0530 Subject: [PATCH] Move Python files to pylibbpf/ --- __init__.py => pylibbpf/__init__.py | 0 ir_to_ctypes.py => pylibbpf/ir_to_ctypes.py | 0 pylibbpf/py.typed | 0 wrappers.py => pylibbpf/wrappers.py | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename __init__.py => pylibbpf/__init__.py (100%) rename ir_to_ctypes.py => pylibbpf/ir_to_ctypes.py (100%) create mode 100644 pylibbpf/py.typed rename wrappers.py => pylibbpf/wrappers.py (100%) diff --git a/__init__.py b/pylibbpf/__init__.py similarity index 100% rename from __init__.py rename to pylibbpf/__init__.py diff --git a/ir_to_ctypes.py b/pylibbpf/ir_to_ctypes.py similarity index 100% rename from ir_to_ctypes.py rename to pylibbpf/ir_to_ctypes.py diff --git a/pylibbpf/py.typed b/pylibbpf/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/wrappers.py b/pylibbpf/wrappers.py similarity index 100% rename from wrappers.py rename to pylibbpf/wrappers.py