Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support imports of submodules from top level #75

Merged
merged 1 commit into from
Nov 29, 2024
Merged

Conversation

agoscinski
Copy link
Collaborator

@agoscinski agoscinski commented Nov 29, 2024

One can now import from top level

from scwidget import CodeExercise
# same as
from scwidget.exercise import CodeExercise

📚 Documentation preview 📚: https://scicode-widgets--75.org.readthedocs.build/en/75/

One can now import from top level
```
from scwidget import CodeExercise
from scwidget.exercise import CodeExercise
```
@agoscinski agoscinski merged commit 0b4dd2f into main Nov 29, 2024
3 of 4 checks passed
@agoscinski agoscinski deleted the support-top-imports branch November 29, 2024 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant