Files
agentic-mobile-control/apps/device-host-agent/host_agent/__init__.py
T

4 lines
126 B
Python

from host_agent.app import HostAgentApplication, create_application
__all__ = ["HostAgentApplication", "create_application"]