web/build.py

12 lines
208 B
Python
Executable File

#!/usr/bin/env python
import sys
from pathlib import Path, PurePath
from negromateweb.builder import Builder
builder = Builder(
Path('../bideoak'),
Path('../libreto/libreto.pdf'),
)
builder.build()