#!/usr/bin/env python

from pthelma.evaporation import GerardaApp

if __name__ == "__main__":
    application = GerardaApp()
    application.run()
