git.templeos.me/xultist/go-enry/v2@v2.0.0-20230215093429-6ef3e87f47c0/python/enry/types.py (about) 1 from typing import NamedTuple 2 3 4 class Guess(NamedTuple): 5 language: str 6 safe: bool