mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-15 01:49:26 +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
|