## -*- python -*-
from lsst.sconsUtils import scripts
scripts.BasicSConscript.pybind11(
    [
        "utils",
    ],
    addUnderscore=False,
)
