Initial Commit from bpb

This commit is contained in:
Paul Fey 2025-07-05 11:27:18 +02:00
commit e555b62c06
7 changed files with 1187 additions and 0 deletions

9
boundaries.json Normal file
View file

@ -0,0 +1,9 @@
{
"name": "bpb",
"version": "1.1",
"command": {
"install": "python3 install.py",
"run": "./bpb.py"
},
"bin": "bpb"
}