diff --git a/src/uproot_browser/tree.py b/src/uproot_browser/tree.py index 22bd1ba..7025d5f 100644 --- a/src/uproot_browser/tree.py +++ b/src/uproot_browser/tree.py @@ -19,12 +19,12 @@ console = Console() __all__ = ( - "make_tree", - "process_item", - "print_tree", + "MetaDict", "UprootEntry", "console", - "MetaDict", + "make_tree", + "print_tree", + "process_item", )