Add main update func

This commit is contained in:
2022-05-28 14:27:22 -05:00
parent c392a2ecfa
commit febad804ee
3 changed files with 23 additions and 2 deletions

View File

@@ -24,6 +24,7 @@ ipython = "^8.4.0"
[tool.poetry.scripts]
wordlinator = "wordlinator.app:sync_main"
update = "wordlinator.app:sync_update"
[tool.mypy]
ignore_missing_imports = true