##// END OF EJS Templates

File last commit:

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