Skip to content

Use meaningful domain type locations/imports #95

@SimonHeybrock

Description

@SimonHeybrock

Currently many "types" are in esssans.types, and we use from esssans.types import *. Apart form wanting to avoid the import *, types is also meaningless to scientists. Therefore:

  • Move important types to the package root (import in __init__.py), avoid import *.
  • More special or internal types should move to meaningful submodules.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Blocked

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions