feat: 添加模拟器管理器

This commit is contained in:
MoeSnowyFox
2025-09-27 03:32:43 +08:00
parent 632ad33562
commit 7b0307070e
6 changed files with 1285 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
from .mumu import MumuManager
from .ldplayer import LDManager
from .utils import BaseDevice, DeviceStatus
__all__ = ["MumuManager", "LDManager", "BaseDevice", "DeviceStatus"]