summaryrefslogtreecommitdiff
path: root/dll-test.py
diff options
context:
space:
mode:
Diffstat (limited to 'dll-test.py')
-rw-r--r--dll-test.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/dll-test.py b/dll-test.py
deleted file mode 100644
index 62b239c..0000000
--- a/dll-test.py
+++ /dev/null
@@ -1,8 +0,0 @@
-from bcdd.BCalcWrapper import BCalcWrapper
-from ctypes import *
-
-bc = BCalcWrapper()
-solver = bc.new(b"PBN", b"N:.63.AKQ987.A9732 A8654.KQ5.T.QJT6 J973.J98742.3.K4 KQT2.AT.J6542.85", 0, 0)
-print(solver)
-print(c_char_p(bc.getLastError(solver)))
-print(bc.getTricksToTake(solver))