OpenBIDSifier / __main__.py
earrieta's picture
vibe coded the cli and the llm
4379b25
Raw
History Blame Contribute Delete
75 Bytes
from cli import main
if __name__ == "__main__":
raise SystemExit(main())