This means that calling `algorithm = HIVdb()` is not sufficient for a functional `HIVdb` object - this has to be followed up with a call to `JSONWriter`: ```python writer = JSONWriter(algorithm) ``` This isn't a good separation of classes.
This means that calling
algorithm = HIVdb()is not sufficient for a functionalHIVdbobject - this has to be followed up with a call toJSONWriter:This isn't a good separation of classes.