feat(python): implement

This commit is contained in:
Pihkaal
2025-09-30 20:49:01 +02:00
parent bc014892a5
commit 536f4f7149
3 changed files with 83 additions and 0 deletions

7
python/README.md Normal file
View File

@@ -0,0 +1,7 @@
# Raylib in Python
## Quick start
```sh
$ python ./main.py
```