from pilgrim.application import Application
def main():
app = Application()
app.run()
if __name__ == "__main__":
main()