from __future__ import annotations from pathlib import Path ROOT = Path(__file__).resolve().parent DIST = ROOT / "dist" DIST.mkdir(exist_ok=True) html = r'''