feat: init

[skip ci]
This commit is contained in:
Tiara Rodney 2022-04-01 01:02:09 +02:00
commit 0d6c010cce
55 changed files with 4216 additions and 0 deletions

12
pyproject.toml Normal file
View file

@ -0,0 +1,12 @@
[build-system]
requires = [
"setuptools",
"wheel"
]
build-backend = "setuptools.build_meta"
[tool.autopep8]
max_line_length = 80
aggressive = 3
recursive = true
in-place = true