currently the _backend.c module is exposed as _backend (e.g. import _backend) but can it be exported as gphoto2_cffi._backend or something, to prevent clashes with other modules? I have many other c-extensions in my project and this one is the only without a prefix.
currently the
_backend.c
module is exposed as_backend
(e.g.import _backend
) but can it be exported asgphoto2_cffi._backend
or something, to prevent clashes with other modules? I have many other c-extensions in my project and this one is the only without a prefix.