5from typing
import Optional
9 def __init__(self, id: Optional[str] =
None) ->
None:
str getLocalizedString(self, int id)
str getSettingString(self, str id)
None __init__(self, Optional[str] id=None)
bool getSettingBool(self, str id)
int getSettingInt(self, str id)
str getAddonInfo(self, str id)