Skip to content

Import public interface points into __init__.py for easy user importing #14

Description

@nicholaswold

Example:

from sending.base import SystemEvents  # how would I find this?
from sending.backends.jupyter import JupyterKernelManager  # overly verbose

from sending import SystemEvents
from sending import JupyterKernelManager  # much better

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions