move top-level modules into a real package

This commit is contained in:
Matteo Rosati
2026-04-22 15:47:46 +02:00
parent e33160282c
commit 8ebab832d5
35 changed files with 6192 additions and 31 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ chromy --help
You can also run it from the source tree without installing the tool:
```bash
uv run python main.py --help
uv run python -m chromy.main --help
```
## Commands