ForcePilot/src/plugins/__init__.py
2025-05-24 11:29:45 +08:00

6 lines
77 B
Python

from src.plugins._ocr import OCRPlugin
ocr = OCRPlugin()
__all__ = ["ocr"]