Initial commit

This commit is contained in:
Markil3
2021-08-14 14:27:48 -06:00
commit ff13c5a575
10 changed files with 1684 additions and 0 deletions

6
pyproject.toml Normal file
View File

@@ -0,0 +1,6 @@
[build-system]
requires = [
"setuptools>=42",
"wheel"
]
build-backend = "setuptools.build_meta"