Switch config to TOML

Signed-off-by: nathom <nathanthomas707@gmail.com>
This commit is contained in:
nathom 2021-06-19 18:58:31 -07:00
parent 7698ad7a2e
commit 5a5a199be2
9 changed files with 188 additions and 368 deletions

View file

@ -2,6 +2,10 @@ class AuthenticationError(Exception):
pass
class MissingCredentials(Exception):
pass
class IneligibleError(Exception):
pass