from x.y import SomeEnum from x import y
SomeEnum is a Enum y here is a module name in which SomeEnum is defined.
SomeEnum
M