ForcePilot/src/plugins/__init__.py

6 lines
77 B
Python
Raw Normal View History

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