#!/usr/bin/python3

import eventlet

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