mirror of
https://github.com/brmlab/edubrm.git
synced 2025-06-08 12:53:59 +02:00
start rewriting device part in python
This commit is contained in:
parent
f482e0618f
commit
7994cd6095
3 changed files with 23 additions and 151 deletions
5
software/test-device.py
Executable file
5
software/test-device.py
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/python
|
||||
|
||||
from device import Device
|
||||
|
||||
d = Device()
|
Loading…
Add table
Add a link
Reference in a new issue