build→render

This commit is contained in:
Marc Beninca 2025-06-07 23:11:01 +02:00
parent d1a3de55ab
commit 5efa62dd40
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -22,4 +22,4 @@ class Project(Object):
def build(self) -> None:
"""Build the project."""
run(str(self.root / "build.py"))
run(str(self.root / "render.py"))