mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-23 17:11:42 +00: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
|