About fastText in Intro to NLP (Video 12)

In notebook 7-seq2seq-translation.ipynb

import fasttext as ft

In my case, I must import that way. Instead of

import fastText as ft

Guess it’s the version issue.