FATHOM-DM / agents /master /__main__.py
aarushgupta's picture
Deploy FATHOM-DM Space bundle
2803d7e verified
raw
history blame contribute delete
81 Bytes
from .main import main
if __name__ == "__main__":
raise SystemExit(main())