Console Script Application

This commit is contained in:
2023-03-15 23:04:46 -04:00
parent ee29c54eef
commit ca09506e7d
5 changed files with 13 additions and 12 deletions

View File

@@ -6,6 +6,9 @@ authors = ["David Crompton"]
license = "MIT"
readme = "README.md"
[tool.poetry.scripts]
handyhelper = "handyhelper:main"
[tool.poetry.dependencies]
python = "^3.10"
requests = "^2.28.2"