added some args stuff, added dummy shell parser, renamed classes in processors...
This commit is contained in:
parent
1a9b30eba2
commit
66ab7b6d9c
5 changed files with 28 additions and 4 deletions
|
|
@ -5,10 +5,10 @@ The MongoDB processor
|
|||
from processor import Processor
|
||||
|
||||
|
||||
class Mongodb(Processor):
|
||||
class MongodbProcessor(Processor):
|
||||
def __init__(self):
|
||||
pass
|
||||
|
||||
|
||||
def create(kwargs):
|
||||
return Mongodb(**kwargs)
|
||||
return MongodbProcessor(**kwargs)
|
||||
Loading…
Add table
Add a link
Reference in a new issue