mirror of
https://github.com/koush/scrypted.git
synced 2026-02-09 08:42:19 +00:00
5 lines
82 B
Python
5 lines
82 B
Python
from ort import ONNXPlugin
|
|
|
|
def create_scrypted_plugin():
|
|
return ONNXPlugin()
|