mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 23:18:22 +08:00
Initial commit
This commit is contained in:
6
module/device/device.py
Normal file
6
module/device/device.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from module.device.control import Control
|
||||
from module.device.screenshot import Screenshot
|
||||
|
||||
|
||||
class Device(Screenshot, Control):
|
||||
pass
|
||||
Reference in New Issue
Block a user