mirror of
https://github.com/Death916/deathclock.git
synced 2026-04-10 03:04:40 -07:00
sync to vm
This commit is contained in:
parent
079d4451c8
commit
a3671e519d
1 changed files with 7 additions and 0 deletions
|
|
@ -44,6 +44,13 @@ class NBAScores:
|
||||||
print(f"Error fetching scores: {e}")
|
print(f"Error fetching scores: {e}")
|
||||||
return []
|
return []
|
||||||
|
|
||||||
|
class mlbScores:
|
||||||
|
def __init__(self):
|
||||||
|
self._scores = []
|
||||||
|
|
||||||
|
def get_games(self):
|
||||||
|
pass
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
scores = NBAScores()
|
scores = NBAScores()
|
||||||
results = scores.get_scores()
|
results = scores.get_scores()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue