#!python

import sys
from htmllist import htmllist_demo
htmllist_demo.main(sys.argv)

