This repository has been archived on 2024-08-27. You can view files and clone it, but cannot push or open issues or pull requests.
negromate_origins/web/build.py

8 lines
141 B
Python
Executable File

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