math_doodling/math_doodling/exceptions.py
2024-03-14 09:15:38 +01:00

3 lines
38 B
Python

class MyException(Exception):
...