masterblaster.schedule#

Module Contents#

Classes#

Schedule

Class holding all information about scheduled competitions for a team

class masterblaster.schedule.Schedule(matches: list[dict])[source]#

Class holding all information about scheduled competitions for a team

Parameters:

matches (list[dict]) – List of matches

Variables:

matches – List of matches

get_next_match()[source]#