OpenOCR-Demo / tools /engine /__init__.py
topdu's picture
openocr demo
29f689c
raw
history blame
119 Bytes
from . import config, trainer
from .config import *
from .trainer import *
__all__ = config.__all__ + trainer.__all__