mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-05-15 16:49:31 -03:00
git-subtree-dir: go-enry git-subtree-split: 7e3a9a7241b14559854ad041e73d5203a6d3272c
7 lines
90 B
Python
7 lines
90 B
Python
from typing import NamedTuple
|
|
|
|
|
|
class Guess(NamedTuple):
|
|
language: str
|
|
safe: bool
|