from pkg import * print('imported')
from pkg import * print('imported', func)
Used when an imported module or variable is not used from a 'from X import *' style import.
'from X import *'