The Readme mentions that we should do: ```python from pandas_path import path ``` That might lead to some conflict if we use a variable `path` and we do some linting. Why not documenting: ```python import pandas_path.path ``` ?