Files
scrypted/plugins/tensorflow/src/main.py
2023-02-08 09:45:28 -08:00

5 lines
93 B
Python

from tf import TensorFlowPlugin
def create_scrypted_plugin():
return TensorFlowPlugin()