9 lines
323 B
Python
9 lines
323 B
Python
|
"""
|
||
|
|
||
|
This module is outside of the scope of the parser but it's a good to have because it allows to move data outside of mongodb into another data-store
|
||
|
dependencies:
|
||
|
- data-transport https://healthcareio.the-phi.com/git/code/transport
|
||
|
"""
|
||
|
from healthcareio.export import export
|
||
|
from healthcareio.export import workers
|