1
0
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:
LmeSzinc
2020-03-29 01:22:46 +08:00
commit ce4887a4f5
283 changed files with 20185 additions and 0 deletions

6
module/device/device.py Normal file
View File

@@ -0,0 +1,6 @@
from module.device.control import Control
from module.device.screenshot import Screenshot
class Device(Screenshot, Control):
pass