##// END OF EJS Templates

File last commit:

r16:c320d9a338b2
r38:58fd9a28ce9c
Show More
Noise.py
18 lines | 216 B | text/x-python | PythonLexer
Miguel Valdez
Estructura de directorios del modelo agregada.
r9 '''
Created on Feb 7, 2012
Daniel Valdez
Fijando variables svn:keywords Author Id
r16 @author $Author$
@version $Id$
Miguel Valdez
Estructura de directorios del modelo agregada.
r9 '''
class Noise:
'''
classdocs
'''
def __init__(self):
'''
Constructor
'''
pass