#!/bin/sh -euf

exec python3 -m alterator_backend_source.cli.main generate-backends "$@"
