Skip to content

Simplify import statements#30

Merged
ax3l merged 1 commit into
pals-project:mainfrom
EZoni:simplify_import_statements
Oct 22, 2025
Merged

Simplify import statements#30
ax3l merged 1 commit into
pals-project:mainfrom
EZoni:simplify_import_statements

Conversation

@EZoni

@EZoni EZoni commented Oct 17, 2025

Copy link
Copy Markdown
Member

Re-export commonly used classes from submodules so callers can use simpler import statements like from pals import Drift instead of from pals.Drift import Drift.

Close #29.

@EZoni EZoni requested a review from ax3l October 17, 2025 17:13
@EZoni

EZoni commented Oct 17, 2025

Copy link
Copy Markdown
Member Author

@ax3l

Is this what you had in mind? If this is approved and merged, I can update the release in a separate PR.

@ax3l ax3l left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, perfect. This is how its done.

@ax3l ax3l merged commit b9893a9 into pals-project:main Oct 22, 2025
11 checks passed
@ax3l ax3l added the bug Something isn't working label Oct 22, 2025
@EZoni EZoni deleted the simplify_import_statements branch December 17, 2025 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Simplify import statements

2 participants