ImportError while saving data

Hello after i followed the tutorial of Library_management i made all the step when go to Article page i faced a problem while saving the data which ImportError: Article

Check the file article.py and make sure the class name is capitalized, like this
class Article(Document):