added rest
This commit is contained in:
parent
3f8a9cdec4
commit
1a9841d6f6
3 changed files with 69 additions and 1 deletions
8
lib/processors/processor.py
Normal file
8
lib/processors/processor.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
'''
|
||||
Created on Jun 16, 2013
|
||||
|
||||
@author: rafael
|
||||
'''
|
||||
class Processor:
|
||||
def __init__(self):
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue