#!/usr/bin/python2.5

from caelia import caeliaApp

if __name__ == "__main__":
    app = caeliaApp() 
