#!/usr/bin/python

import client

print "Content-type: text/html\n\n"  
program = client.One()               
program.execute()