diff --git a/pyatspi/component.py b/pyatspi/component.py index 19b166e2086588af2cdaff749c83e4235d7b8a3b..63ea849fcd863ff5b8b3436d196426c5958c25ac 100644 --- a/pyatspi/component.py +++ b/pyatspi/component.py @@ -22,6 +22,7 @@ __all__ = [ "CoordType", "XY_SCREEN", "XY_WINDOW", + "XY_PARENT", "ComponentLayer", "Component", "LAYER_BACKGROUND",