first commit
This commit is contained in:
8
services/standings_service.py
Normal file
8
services/standings_service.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from repositories.standings_repository import replace_standings_for_season
|
||||
|
||||
|
||||
def sync_standings(season: str, standings_rows: list[dict]) -> None:
|
||||
replace_standings_for_season(
|
||||
season=season,
|
||||
standings_rows=standings_rows,
|
||||
)
|
||||
Reference in New Issue
Block a user