Switch to use poetry, use a cli interface instead of a config file.

This commit is contained in:
2022-02-20 00:08:17 +01:00
parent bcf790efe2
commit 5e848cb16f
11 changed files with 860 additions and 89 deletions

2
.gitignore vendored
View File

@@ -1,4 +1,2 @@
/config.py
__pycache__/
*.pyc
__*