Skip to content

Commit b068d1f

Browse files
Jack-Khuufacebook-github-bot
authored andcommitted
Add Inspector to init file (#570)
Summary: Pull Request resolved: #570 title Reviewed By: vmpuri Differential Revision: D49849269 fbshipit-source-id: 8b0b676c54ad462d7331e079fab9a266c113d747
1 parent 2773a9c commit b068d1f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

sdk/__init__.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
parse_etrecord,
1111
)
1212

13-
__all__ = [
14-
"ETRecord",
15-
"generate_etrecord",
16-
"parse_etrecord",
17-
]
13+
from executorch.sdk.inspector.inspector import Inspector
14+
15+
__all__ = ["ETRecord", "generate_etrecord", "parse_etrecord", "Inspector"]

0 commit comments

Comments
 (0)