added processors/ and the mongodb dummy
This commit is contained in:
parent
ecb41efedf
commit
be82af4adc
3 changed files with 6 additions and 2 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
from config import *
|
from config import *
|
||||||
from core import *
|
from core import *
|
||||||
from tasks import *
|
from tasks import *
|
||||||
from parser import *
|
from parsers import *
|
||||||
from service import *
|
from processors import *
|
||||||
|
from services import *
|
||||||
0
lib/processors/__init__.py
Normal file
0
lib/processors/__init__.py
Normal file
3
lib/processors/mongodb.py
Normal file
3
lib/processors/mongodb.py
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
"""
|
||||||
|
The MongoDB processor
|
||||||
|
"""
|
||||||
Loading…
Add table
Add a link
Reference in a new issue