mirror of
https://github.com/koush/scrypted.git
synced 2026-02-08 16:29:57 +00:00
5 lines
93 B
Python
5 lines
93 B
Python
from tf import TensorFlowPlugin
|
|
|
|
def create_scrypted_plugin():
|
|
return TensorFlowPlugin()
|