feat: AT-SPI interactions

This commit is contained in:
Zoe
2026-09-19 17:59:06 -05:00
parent c49f228847
commit e73af2bcf9
9 changed files with 237 additions and 6 deletions
+2
View File
@@ -1,6 +1,8 @@
import importlib.util
from pathlib import Path
import unittest
import sys
sys.path.insert(0, str(Path(__file__).parents[1] / "vm"))
import tempfile
import json
from unittest.mock import patch