blob: 623cb24279b0d040ddfb1be64af0419d00938a93 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001#!/bin/sh
2
3[ "$1" = python3-typing-extensions ] || exit 0
4
5python3 -c 'import typing_extensions'