1 2 3 4 5 6 7
from keystonemiddleware.echo import service try: service.EchoService() except KeyboardInterrupt: pass