#!/bin/sh

mypy --strict .  # apply static type checker
