Repository URL to install this package:
from typing import Text def whichdb(filename: Text) -> str | None: ...