#!/bin/bash
# Static type checking
uv run mypy storage.py "$@"
