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

Redo imports to show full path in source #356

Open
pnxenopoulos opened this issue Dec 2, 2024 · 0 comments
Open

Redo imports to show full path in source #356

pnxenopoulos opened this issue Dec 2, 2024 · 0 comments
Assignees

Comments

@pnxenopoulos
Copy link
Owner

I think we should move to importing the full module so we can do something like

import awpy.moduleA.submoduleB

awpy.moduleA.submoduleB.func(...)

instead of

from awpy.moduleA.submoduleB import func

func(...)
@pnxenopoulos pnxenopoulos self-assigned this Dec 2, 2024
@pnxenopoulos pnxenopoulos converted this from a draft issue Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Ready
Development

No branches or pull requests

1 participant