mirror of
https://github.com/koush/scrypted.git
synced 2026-09-17 01:00:40 +01:00
5 lines
89 B
Python
5 lines
89 B
Python
from coreml import CoreMLPlugin
|
|
|
|
def create_scrypted_plugin():
|
|
return CoreMLPlugin()
|