mirror of
https://github.com/brmlab/edubrm.git
synced 2025-06-08 04:43:59 +02:00
7 lines
80 B
Python
Executable file
7 lines
80 B
Python
Executable file
#!/usr/bin/python
|
|
|
|
from device import Device
|
|
|
|
d = Device()
|
|
d.open('')
|
|
d.close()
|