1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-13 17:16:02 +08:00
Files
AzurLaneAutoScript/module/device/device.py

7 lines
136 B
Python
Raw Normal View History

2020-03-29 01:22:46 +08:00
from module.device.control import Control
from module.device.screenshot import Screenshot
class Device(Screenshot, Control):
pass