github.com/xzntrc/go-enry/v2@v2.0.0-20230215091818-766cc1d65498/python/enry/types.py (about) 1 from typing import NamedTuple 2 3 4 class Guess(NamedTuple): 5 language: str 6 safe: bool