单项选择题

A.from module import func
B.import module.func
C.module(func)
D.require(module,func)