#!/usr/bin/env python

from pthelma.evaporation import VaporizeApp

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