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 57d4034 commit b0e00feCopy full SHA for b0e00fe
axelrod/random_.py
@@ -1,9 +1,9 @@
1
from typing import Optional
2
+
3
import numpy as np
4
from axelrod.action import Action
5
from numpy.random import RandomState
6
-
7
C, D = Action.C, Action.D
8
9
0 commit comments