Skip to content

[WIP] Rework package imports - #49

Draft
ma595 wants to merge 1 commit into
mainfrom
rework-imports
Draft

[WIP] Rework package imports #49
ma595 wants to merge 1 commit into
mainfrom
rework-imports

Conversation

@ma595

@ma595 ma595 commented May 24, 2024

Copy link
Copy Markdown
Collaborator

All imports are currently handled by __init__.py in Tools, and from Tools import * is used at the top of all files. This PR attempts to rework package imports by including only what is needed for each file.

This PR is ready for review once the following are addressed:

  • Consider how __init__.py can still be utilised.
  • Simple smoke test using github actions

Fixes #43

@ma595 ma595 added good first issue Good for newcomers iccs labels May 24, 2024
@ma595 ma595 self-assigned this May 24, 2024
@ma595
ma595 marked this pull request as draft May 24, 2024 15:49
@ma595 ma595 changed the title Rework package imports [WIP] Rework package imports Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

good first issue Good for newcomers iccs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Package imports in __init__.py

1 participant