# Stubs for keyword

from typing import Sequence, Text, Union

def iskeyword(s: Union[Text, bytes]) -> bool: ...
kwlist: Sequence[str]
