Edit: errors.py
from __future__ import annotations class FatalError(RuntimeError): pass
Cancel