Files
mayan-edms/mayan/apps/ocr/lang/__init__.py
2014-11-03 00:16:22 -04:00

4 lines
93 B
Python

class BackendBase(object):
def check_word(self, word):
raise NotImplementedError