|
Project Information
|
Gh2 SDKGh2 is full stack Python web application framework for Google App Engine. This SDK provides the tools and libraries to develop Gh2 Apps. from gh import app
@app.view('/')
def index(req):
return app.render('index.html')
if __name__ == '__main__':
app.run()DocumentationPlease see http://gh2sdk.appspot.com/ for additional documentation. |