"""Allow python -m hermes to work.""" from hermes.cli import main if __name__ == "__main__": main()