__init__.py 323 B

12345678
  1. """
  2. 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
  3. dependencies:
  4. - data-transport https://healthcareio.the-phi.com/git/code/transport
  5. """
  6. from healthcareio.export import export
  7. from healthcareio.export import workers