camelot-py/camelot/parsers/stream_ocr.py

8 lines
94 B
Python

# -*- coding: utf-8 -*-
from .base import BaseParser
class StreamOCR(BaseParser):
pass