Esempio n. 1
0
#!/usr/bin/env python

from app import App

if __name__ == "__main__":
    app = App()
    app.launch()
    app.wait_forever()