#!/bin/sh
set -eu

python3 -c 'import stfio; print(stfio.__name__)'
