keyfork: add bottoms-up wizard #42

Manually merged
ryan merged 2 commits from ryansquared/bottoms-up into main 2024-08-01 05:33:53 +00:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit c868afedbf - Show all commits

View File

@ -1,6 +1,8 @@
import json import json
import sys import sys
# pipe `cargo metadata --format-version=1` into this
priority_queue = [] priority_queue = []
packages = json.load(sys.stdin)["packages"] packages = json.load(sys.stdin)["packages"]