from typing import Any class datasets: MNIST: Any class transforms: Compose: Any ToTensor: Any Normalize: Any Grayscale: Any Resize: Any