expand local DB to store more data

This commit is contained in:
2022-05-31 13:40:22 -05:00
parent 8c3494e35d
commit 021884a563
6 changed files with 157 additions and 26 deletions

View File

@@ -27,6 +27,7 @@ wordlinator = "wordlinator.app:sync_main"
update = "wordlinator.app:sync_update"
show-user = "wordlinator.app:sync_show_user"
show-missing = "wordlinator.app:sync_show_missing"
db-load = "wordlinator.app:load_db_scores"
[tool.mypy]
ignore_missing_imports = true