Files
scrypted/plugins/openvino/src/main.py
2024-11-21 14:37:49 -08:00

9 lines
163 B
Python

from ov import OpenVINOPlugin
import predict
def create_scrypted_plugin():
return OpenVINOPlugin()
async def fork():
return predict.Fork(OpenVINOPlugin)