#!/usr/bin/python
import themefile
import sys

print themefile.PgTheme().fromTh(open(sys.argv[1], "rb").read())

