add some more makelaars, and some more infra

This commit is contained in:
2026-04-03 15:49:42 +02:00
parent 26d9d936f4
commit 17b35d1997
9 changed files with 928 additions and 70 deletions

3
bsprettify.py Normal file
View File

@@ -0,0 +1,3 @@
import sys
from bs4 import BeautifulSoup
print(BeautifulSoup(sys.stdin.read(), 'html.parser').prettify())