Relocating some files

This commit is contained in:
Reid 'arrdem' McKenzie 2021-08-08 00:13:36 -06:00
parent 60498b4822
commit 245f4a0cba
2 changed files with 4 additions and 1 deletions

View file

@ -1,6 +1,9 @@
py_binary( py_binary(
name = "datalog-shell", name = "datalog-shell",
main = "__main__.py", main = "src/python/datalog/shell/__main__.py",
imports = [
"src/python"
],
deps = [ deps = [
"//projects/datalog", "//projects/datalog",
py_requirement("prompt_toolkit"), py_requirement("prompt_toolkit"),