initial commit

This commit is contained in:
bit
2022-05-29 14:16:42 +02:00
commit a0a1098fad
8 changed files with 791 additions and 0 deletions

3
pyproject.toml Normal file
View File

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