blob: 06964b838761a0640e73ae765d7e3b3e77eac7b5 [file] [log] [blame] [edit]
load("@fbcode_macros//build_defs:python_library.bzl", "python_library")
oncall("executorch")
python_library(
name = "lib",
srcs = ["__init__.py"],
deps = [
"//executorch/devtools/bundled_program:core",
"//executorch/devtools/etrecord:etrecord",
"//executorch/devtools/inspector:lib",
],
)