about import module
#21495
Replies: 2 comments
-
|
Only way would be to have wrappers for the math module's functions in A. A lot of work to avoid a simple |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Note, that even though both your Main and A modules import |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
in A module, i import math module.
in Main module, i import A module.
How i can use math module's functions and types in main module without have to import it again?
Beta Was this translation helpful? Give feedback.
All reactions