Skip to content

Using wfdb within another package #99

Closed
@Scoodood

Description

@Scoodood

from wfdb import Annotation

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions