Files
gui-agent/src/executor/__init__.py

4 lines
65 B
Python

from .adb_executor import ADBExecutor
__all__ = ["ADBExecutor"]