May-20-2017, 09:57 AM
i tried to import all modules of namespaces but no modules imported. how can I import all ?
example
example
# myfolder # | mymodule1.py # | mymodule2.py # | mymodule3.py # | subfolder import myfolder # imports namespace from myfolder import * # imports nothing. why ?