Initial commit

This commit is contained in:
Jan Mrna
2022-06-12 17:35:40 +02:00
commit d2c6185c47
10 changed files with 263 additions and 0 deletions

3
pyproject.toml Normal file
View File

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