830d9f2e4a
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
4 lines
128 B
Python
Vendored
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__")
|