Skip to content

Commit bb437ee

Browse files
committed
remove abstract base class
1 parent 06ac638 commit bb437ee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/iocaine.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@
77
'''
88

99
import random
10-
from src.players import RpsAgent
1110

1211

13-
class Iocaine(RpsAgent):
12+
class Iocaine():
1413

1514
class Stats:
1615
"""Maintains three running counts and returns the highest count based

0 commit comments

Comments
 (0)