Files
scrypted/plugins/openvino/src/main.py
2023-04-25 21:56:07 -07:00

5 lines
89 B
Python

from ov import OpenVINOPlugin
def create_scrypted_plugin():
return OpenVINOPlugin()