Add proper command line interface, check in Pokemon images, and add compress flag to resolve #5

This commit is contained in:
2022-12-17 18:20:11 -05:00
parent 3634f10e81
commit f6e9b46341
1016 changed files with 7461 additions and 229 deletions

View File

@@ -12,7 +12,11 @@ ebooklib = "*"
pydantic = "*"
requests = "*"
rich = "*"
lxml = "*"
[dev-packages]
black = "*"
pytest = "*"
types-requests = "*"
mypy = "*"
flake8 = "*"