clean-rst/clean_rst/__main__.py

5 lines
89 B
Python

from clean_rst.main import main
if __name__ == "__main__":
raise SystemExit(main())