mirror of
https://github.com/koush/scrypted.git
synced 2026-02-11 17:44:27 +00:00
5 lines
89 B
Python
5 lines
89 B
Python
from dlibplugin import DlibPlugin
|
|
|
|
def create_scrypted_plugin():
|
|
return DlibPlugin()
|