#!/usr/bin/python

import eventlet

eventlet.listen(('localhost', 7000))
