ForcePilot/src/plugins/__init__.py

5 lines
76 B
Python
Raw Normal View History

2025-03-08 20:26:00 +08:00
from src.plugins._ocr import OCRPlugin
ocr = OCRPlugin()
__all__ = ["ocr"]