#!/Users/diparsanpathak/Documents/reso/src/resolution_week1_flameX/.venv312/bin/python3.12
import sys
from docutils.core import rst2html4
if __name__ == '__main__':
    sys.argv[0] = sys.argv[0].removesuffix('.exe')
    sys.exit(rst2html4())
