We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df0ae01 commit 24c1ffeCopy full SHA for 24c1ffe
src/axelrod_fortran/strategies.py
@@ -69,3 +69,6 @@
69
'ktf2tc', 'TitFor2Tats',
70
'ktitfortatc', 'TitForTat',
71
}
72
+
73
+all_strategies = [key for key in axelrod_python_classes]
74
0 commit comments