#!/usr/bin/env python from mercy.MercyApplication import MercyApplication if __name__ == "__main__": app = MercyApplication("mercy") app.run()