Source code for no_teg.games.fifa
from no_teg import Game
[docs]
class FIFA(Game):
"""
A subclass of Game to represent FIFA.
"""
def __init__(self):
self.name = "FIFA"
self.rec_players = 8 # useless?
self.rec_tourney = "Single_Elimination"
self.labels = []