4 lines
82 B
Python
4 lines
82 B
Python
class BackendBase(object):
|
|
def check_word(word):
|
|
raise NotImplemented
|