Beispiel #1
0
 def load_by_id(cls, id_):
     return cls(database.get_league(id_))
Beispiel #2
0
 def load(cls):
     return cls(database.get_league())