stubs/imghdr/__init__.pyi

Summary

Maintainability
Test Coverage
from typing import Optional


def what(file: Optional[str], h: bytes) -> str: ...