Merge remote-tracking branch 'origin/python_wrappers' into python_wrappers

This commit is contained in:
Aya Hassan 2026-03-01 17:15:59 +01:00
commit 1a03de9ca8

View File

@ -57,7 +57,6 @@ lib = ffi.dlopen(str(_repo_root / "lib" / "liblogosdelivery.so"))
CallbackType = ffi.callback("void(int, const char*, size_t, void*)")
class NodeWrapper:
def __init__(self, ctx, config_buffer):
self.ctx = ctx