Files
scrypted/plugins/ncnn/src/main.py
2025-03-08 14:08:53 -08:00

9 lines
151 B
Python

from nc import NCNNPlugin
import predict
def create_scrypted_plugin():
return NCNNPlugin()
async def fork():
return predict.Fork(NCNNPlugin)