ctypeslib
ctypeslib copied to clipboard
Request: common definitions in separate import
Hi,
Thanks a lot for this piece of work. Works like a charm ! I have one request: would it be possible to put common definitions (class AsDictMixin, class Structure) into a separate import file ? That way we can run clang2py on each header file that will use the same common import.
Thanks