syng/typings/profanity_check.pyi

4 lines
98 B
Python
Raw Permalink Normal View History

from typing import Literal
def predict(strings: list[str]) -> list[Literal[0] | Literal[1]]: ...