VoltagePlot.py
16 lines
| 191 B
| text/x-python
|
PythonLexer
|
r11 | ''' | |
Created on Feb 7, 2012 | |||
@author: roj-idl71 | |||
''' | |||
class VoltagePlot(object): | |||
''' | |||
classdocs | |||
''' | |||
def __init__(self): | |||
''' | |||
Constructor | |||
''' | |||
pass |