Add Config class

This commit is contained in:
2023-10-29 20:56:03 -03:00
parent e0422f066b
commit 02051ebda7
4 changed files with 72 additions and 1 deletions

14
poetry.lock generated
View File

@@ -1,5 +1,17 @@
# This file is automatically @generated by Poetry and should not be changed by hand.
[[package]]
name = "appdirs"
version = "1.4.4"
description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
category = "main"
optional = false
python-versions = "*"
files = [
{file = "appdirs-1.4.4-py2.py3-none-any.whl", hash = "sha256:a841dacd6b99318a741b166adb07e19ee71a274450e68237b4650ca1055ab128"},
{file = "appdirs-1.4.4.tar.gz", hash = "sha256:7d5d0167b2b1ba821647616af46a749d1c653740dd0d2415100fe26e27afdf41"},
]
[[package]]
name = "flake8"
version = "6.0.0"
@@ -113,4 +125,4 @@ tomli = ">=2.0.1"
[metadata]
lock-version = "2.0"
python-versions = "^3.9"
content-hash = "88cff2fd871e1c4248abedb8ef45af99e90ac4ef620fe4ed32fb752b63fc6502"
content-hash = "2996806b100690aaf6436bfd564c5c90567d3ec71725e9b177aab422e6ea66b1"