Put all ffi code into its own module for clarity.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import ctypes
|
||||
from test.base import ChessLibTestBase
|
||||
|
||||
|
||||
|
||||
|
||||
class TestMoveGeneration(ChessLibTestBase):
|
||||
@classmethod
|
||||
def setUpClass(cls):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user