big change n parsing logic passing
This commit is contained in:
parent
ca06237c3c
commit
56906b9ebc
17 changed files with 570 additions and 127 deletions
|
|
@ -1,3 +1,10 @@
|
|||
"""
|
||||
The MongoDB processor
|
||||
"""
|
||||
"""
|
||||
|
||||
from processor import Processor
|
||||
|
||||
class Mongodb(Processor):
|
||||
def __init__(self):
|
||||
pass
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue