7 lines
142 B
Python
7 lines
142 B
Python
py_project(
|
|
name = "shogoth",
|
|
main = "src/python/shogoth/repl/__main__.py",
|
|
lib_deps = [
|
|
py_requirement("lark"),
|
|
],
|
|
)
|