maxman: add initial implementation

This commit is contained in:
Maximilian Moser
2024-02-27 23:20:48 +01:00
commit eae47faed0
3 changed files with 333 additions and 0 deletions

12
Pipfile Normal file
View File

@@ -0,0 +1,12 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
pygame = "*"
[dev-packages]
[requires]
python_version = "3.12"