Initial commit

This commit is contained in:
2026-03-01 03:54:39 +01:00
commit 7e58b16c51
7 changed files with 138 additions and 0 deletions

17
README.md Normal file
View File

@@ -0,0 +1,17 @@
# G6 Pro 360
Experimenting with G6 Pro 360.
## Setup
Requires [uv](https://docs.astral.sh/uv/) and Python 3.14.
```sh
uv sync
```
## Run
```sh
uv run main.py
```