I started an application in Google App Engine right when it came out, to play with the technology and work on a pet project that I had been thinking about for a long time bu
My usual layout looks something like this:
__init__.py - common functionality, including a request handler base classI can provide examples of what my app.yaml, request.py, lib/init.py, and sample controllers look like, if this isn't clear.