Skip to content

Instantly share code, notes, and snippets.

@dreid
Created March 27, 2012 04:10
Show Gist options
  • Save dreid/2212459 to your computer and use it in GitHub Desktop.
Save dreid/2212459 to your computer and use it in GitHub Desktop.
"""
twistd -n web --class=hello.resource
"""
from klein import route, resource
@route('/')
def home(request):
return 'Hello, world!'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment