As noted on #169 - an import like from fhirclient.models.bundle import Bundle is causing pip install .[tests] to throw a ModuleNotFound error. We should resolve this issue, and then optionally adjust relative module level imports to be package level imports.
As noted on #169 - an import like
from fhirclient.models.bundle import Bundleis causingpip install .[tests]to throw a ModuleNotFound error. We should resolve this issue, and then optionally adjust relative module level imports to be package level imports.