Files
scrypted/sdk/scrypted_python/scrypted_sdk/other.py
Koushik Dutta e9a7ab3e3a sdk: Logger
2021-12-10 21:12:44 -08:00

16 lines
242 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