Normally statements like from module import * are frowned upon by expert python programmers as they can lead to namespace clobbering. Yet they are frequent in F
from module import *