3 lines
69 B
Python
3 lines
69 B
Python
from exceptions import NotImplementedError
|
|
raise NotImplementedError
|
from exceptions import NotImplementedError
|
|
raise NotImplementedError
|