Closedown

This commit is contained in:
x07maop
2015-07-06 09:48:53 +02:00
parent d32595a46c
commit b4a77df196
+3
View File
@@ -18,6 +18,9 @@ class SimulatedEnergyReadback(Readable):
def read(self):
global energy
return energy;
def get(self):
return read()
sim_energy = SimulatedEnergy()