May-09-2020, 07:40 PM
Python does not have include (which is what you are looking for). Each python module has to be valid. If scenario 2 was possible it would be really hard to use modules in python.
importing same python library in multiple custom module
|
|
Messages In This Thread |
importing same python library in multiple custom module - by escape_freedom13 - May-09-2020, 07:10 PM
RE: import python library in custom module - by deanhystad - May-09-2020, 07:40 PM
RE: import python library in custom module - by escape_freedom13 - May-10-2020, 06:42 AM
RE: import python library in custom module - by bowlofred - May-09-2020, 08:55 PM
RE: import python library in custom module - by deanhystad - May-10-2020, 03:53 PM
RE: import python library in custom module - by escape_freedom13 - May-10-2020, 07:01 PM
RE: import python library in custom module - by buran - May-10-2020, 04:22 PM
|