##// END OF EJS Templates
Estructura de directorios del modelo agregada.
Estructura de directorios del modelo agregada.

File last commit:

r9:abb62041a98c
r9:abb62041a98c
Show More
Data.py
17 lines | 276 B | text/x-python | PythonLexer
'''
Created on 23/01/2012
@author: danielangelsuarezmunoz
'''
class DataReader:
__buffer = 0
__buffer_count = 0
def __init__(self):
pass
class DataWriter:
__buffer = 0
__buffer_count = 0
def __init__(self):
pass