add some more makelaars, and some more infra
This commit is contained in:
3
bsprettify.py
Normal file
3
bsprettify.py
Normal file
@@ -0,0 +1,3 @@
|
||||
import sys
|
||||
from bs4 import BeautifulSoup
|
||||
print(BeautifulSoup(sys.stdin.read(), 'html.parser').prettify())
|
||||
Reference in New Issue
Block a user