Repository URL to install this package:
from __future__ import annotations from poetry.core.exceptions import PoetryCoreException class PyProjectException(PoetryCoreException): pass