多项选择题

以下哪些是Python中的模块导入方式?()

A.import
B.from...import
C.import...as
D.from...import...as
E.import *