Initial commit

This commit is contained in:
2022-03-27 21:01:39 +02:00
commit de44d1ffc6
5 changed files with 1113 additions and 0 deletions

13
Pipfile Normal file
View File

@ -0,0 +1,13 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
pyyaml = "*"
semantic-version = "*"
[dev-packages]
[requires]
python_version = "3.10"