Remove unneeded file

This commit is contained in:
Ales (Shagi) Zabala Alava 2022-07-28 18:21:46 +02:00
parent 1d3f170f01
commit 6d497ad367
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
#!/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()