from typing import NamedTuple EXTENSIONS_MAP = { "text/plain": ".txt", "text/markdown": ".md", }