CreatBotKlipperScreen/__builtins__.pyi
2024-06-21 14:38:28 -03:00

6 lines
123 B
Python

from typing import Callable
def _(message: str) -> str: ...
def ngettext(singular: str, plural: str, n: int) -> str: ...