Source code for ooodev.dialog.search.tree_search.rule_proto
from __future__ import annotations
from typing import Any, Protocol, TYPE_CHECKING
if TYPE_CHECKING:
from com.sun.star.awt.tree import XTreeNode
from __future__ import annotations
from typing import Any, Protocol, TYPE_CHECKING
if TYPE_CHECKING:
from com.sun.star.awt.tree import XTreeNode