관리-도구
편집 파일: errors.py
from __future__ import annotations class FatalError(RuntimeError): pass