DataReader.py
11 lines
| 159 B
| text/x-python
|
PythonLexer
|
r2 | ''' | |
Created on 23/01/2012 | |||
@author: danielangelsuarezmunoz | |||
''' | |||
class DataReader: | |||
__buffer = 0 | |||
__buffer_count = 0 | |||
def __init__(self): | |||
pass |