refactored files

This commit is contained in:
2024-06-09 17:03:17 +02:00
parent aaff8e44e0
commit 336a9b2cc9
4 changed files with 137 additions and 137 deletions
-7
View File
@@ -1,12 +1,5 @@
import enum
import numpy as np
from numpy.random import uniform
class Reason(enum.Enum):
Won = 1
Lost = 2
Undecided = 3
class APlayer(object):
def __init__(self, mark):