view/app.py

Go to the documentation of this file.
00001 import base
00002 
00003 
00004 class App(base.Composite):
00005         def __init__(self):
00006                 base.Composite.__init__(self)