py_project(
    name = "shogoth",
    main = "src/python/shogoth/repl/__main__.py",
    lib_deps = [
        py_requirement("lark"),
    ],
)