trove/trovedb/mime.py

7 lines
106 B
Python
Raw Permalink Normal View History

2026-03-26 00:33:29 -05:00
from typing import NamedTuple
EXTENSIONS_MAP = {
"text/plain": ".txt",
"text/markdown": ".md",
}