Skip to content

Include main biahub API method in __init__.py __all__ for easy import #227

Description

@ieivanov

Currently importing API method such as deskew are imported with from biahub.deskew import deskew. We should include main API entry points in biahub/__init__.py __all__ such that they can be imported as from biahub import deskew. See https://github.com/pymmcore-plus/pymmcore-plus/blob/main/src/pymmcore_plus/__init__.py as an example.

Metadata

Metadata

Assignees

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