blob: ab55ea64c3ffd5c3c150d8655b94b0edd3f772fd [file] [log] [blame]
#!/usr/bin/env python3
import sys
sys.stdout.write(
'Content-Type: image/svg+xml\r\n\r\n'
'<svg xmlns="http://www.w3.org/2000/svg"></svg>\n'
)