aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/alphaBeta.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/alphaBeta.py b/python/alphaBeta.py
index aab2a2a..f9d735f 100644
--- a/python/alphaBeta.py
+++ b/python/alphaBeta.py
@@ -108,3 +108,8 @@ class AlphaBeta(object):
return Result
return Minimum_Score
+
+ def __repr__(self):
+ s="ABNode"
+ return s
+