The current import command is `from pointer import PointerLSTM` It should be `from PointerLSTM import PointerLSTM` Thanks
The current import command is
from pointer import PointerLSTMIt should be
from PointerLSTM import PointerLSTMThanks