gitlab.com/thomasboni/go-enry/v2@v2.8.3-0.20220418031202-30b0d7a3de98/python/enry/types.py (about)

     1  from typing import NamedTuple
     2  
     3  
     4  class Guess(NamedTuple):
     5      language: str
     6      safe: bool