#!python

if __name__ == "__main__":
    from athanor.launcher import AthanorLauncher
    launcher = AthanorLauncher()
    launcher.run()
