start rewriting device part in python

This commit is contained in:
Pavol Rusnak 2011-04-05 00:37:34 +02:00
parent f482e0618f
commit 7994cd6095
3 changed files with 23 additions and 151 deletions

5
software/test-device.py Executable file
View file

@ -0,0 +1,5 @@
#!/usr/bin/python
from device import Device
d = Device()