vgtc-api / src /hermes /__main__.py
vora-sonnet's picture
Upload folder using huggingface_hub
0d3f7cc verified
Raw
History Blame Contribute Delete
106 Bytes
"""Allow python -m hermes to work."""
from hermes.cli import main
if __name__ == "__main__":
main()