#!/usr/bin/python2.5

from libellule import libelluleApp

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