4 lines
80 B
Python
4 lines
80 B
Python
class CzException(Exception): ...
|
|
|
|
|
|
class AnswerRequiredError(CzException): ...
|