10 lines
No EOL
104 B
Python
10 lines
No EOL
104 B
Python
"""
|
|
Created on Jun 16, 2013
|
|
|
|
@author: rafael
|
|
"""
|
|
|
|
|
|
class Processor:
|
|
def __init__(self):
|
|
pass |