mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
7 lines
136 B
Python
7 lines
136 B
Python
from module.device.control import Control
|
|
from module.device.screenshot import Screenshot
|
|
|
|
|
|
class Device(Screenshot, Control):
|
|
pass
|