5 lines
78 B
Python
5 lines
78 B
Python
from __future__ import annotations
|
|
|
|
|
|
class FatalError(RuntimeError):
|
|
pass
|