tartrazine/python/enry/types.py

7 lines
90 B
Python
Raw Normal View History

from typing import NamedTuple
class Guess(NamedTuple):
language: str
safe: bool