parent
7eae3bed9f
commit
4ffe0063e7
1 changed files with 1 additions and 1 deletions
|
@ -20,6 +20,6 @@ class Project(Object):
|
||||||
self.root: Path = self.file.parent
|
self.root: Path = self.file.parent
|
||||||
self.name: str = self.root.name
|
self.name: str = self.root.name
|
||||||
|
|
||||||
def build(self) -> None:
|
def render(self) -> None:
|
||||||
"""Build the project."""
|
"""Build the project."""
|
||||||
run(str(self.root / "render.py"))
|
run(str(self.root / "render.py"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue