Move C FFI Bindings to Bindings Directory #28
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, these bindings live in the test suite, but it might be a better idea to move this to a more central area. It's not just the test suite that needs access to them.
./chess/test/chess_ffi.py -> ./chess/bindings/ffi.py
Move C FFI Bindings to Own Directoryto Move C FFI Bindings to Bindings DirectoryIt would probably be best to actually create a dedicated class to handle this wrapping, that way, we can have a simple interface to interact with the C functionality, rather than importing all of the methods.