I am using VS Code with Python extension. However when I import * from package and use it:
*
from mongoengine import * someMethodFromPackage()