1load("@fbcode_macros//build_defs:python_library.bzl", "python_library") 2 3oncall("executorch") 4 5python_library( 6 name = "lib", 7 srcs = ["__init__.py"], 8 deps = [ 9 "//executorch/devtools/bundled_program:core", 10 "//executorch/devtools/etrecord:etrecord", 11 "//executorch/devtools/inspector:lib", 12 ], 13) 14