8 lines
102 B
Python
8 lines
102 B
Python
|
|
'''
|
||
|
|
Created on Jun 16, 2013
|
||
|
|
|
||
|
|
@author: rafael
|
||
|
|
'''
|
||
|
|
class Processor:
|
||
|
|
def __init__(self):
|
||
|
|
pass
|