多项选择题

下面哪些是正确的Python标准库对象导入语句()。

A.from math import
B.import math.sin as sin
C.from math import sin
D.import math