It is not possible to import Path in the pythonic way as Path is all ready used. `from pathlib import Path` https://github.com/ansys/pyedb/blob/f15e3ade6caae6814289b435e52404e061f3be9c/src/pyedb/grpc/database/modeler.py#L43
It is not possible to import Path in the pythonic way as Path is all ready used.
from pathlib import Pathpyedb/src/pyedb/grpc/database/modeler.py
Line 43 in f15e3ad