https://github.com/MIT-LCP/wfdb-python/blob/6f14dba115e6379f3fb1741bbe91ac0198f8d806/wfdb/processing/basic.py#L4 The line above is causing problem when I use **wfdb** within another package such as this one ``` dbdriver\ __init__.py wfdb\ xyz\ ``` Here is my fixed. Is this a better way? ``` from ..readwrite.annotations import Annotation ```