Files
scrypted/sdk/scrypted_python/scrypted_sdk/other.py
2021-11-16 11:58:08 -08:00

17 lines
243 B
Python

from __future__ import annotations
from typing import Any
from typing import Callable
SettingValue = str
EventListener = Callable[[Any, Any, Any], None]
class Console:
pass
class Storage:
pass
class MediaObject:
mimeType: str