3 lines
36 B
Python
3 lines
36 B
Python
class NotFound(Exception):
|
|
pass
|
class NotFound(Exception):
|
|
pass
|