Files
Guido van Dijk 830d9f2e4a Presentatie in eigen map 00-presentatie
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-09-20 20:42:49 +02:00

4 lines
128 B
Python
Vendored

import runpy
from pathlib import Path
runpy.run_path(str(Path(__file__).resolve().parent / "bouw_pdf.py"), run_name="__main__")