parser/healthcareio/export/__init__.py

9 lines
323 B
Python
Raw Normal View History

2021-01-12 22:08:41 +00:00
"""
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