This commit is contained in:
2026-08-02 18:57:40 +02:00
parent 5e5ab8681a
commit 6fa59321c0
5759 changed files with 712133 additions and 66 deletions
@@ -0,0 +1,5 @@
"""Entry point so ``python -m cffi.gen_src`` works."""
if __name__ == '__main__':
from cffi._cffi_gen_src import run
run()