M1-Survey-Engine/tools/statistics/extract/language.py

2 lines
60 B
Python

def extract(data: dict) -> str:
return data["language"]