feature(tests): add unit tests

This commit is contained in:
2023-12-14 20:55:17 +00:00
parent d472dae69d
commit d213f1395d
12 changed files with 90 additions and 544 deletions

View File

@ -23,4 +23,4 @@ requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.scripts]
meme = "webexmemebot.main:main"
meme = "app.main:main"