#!/usr/bin/python

import server

program = server.Two()
program.execute()