#!/bin/sh
#
# Wrapper for the real fetchmailconf.

exec /usr/local/bin/python3.12 /usr/local/lib/python3.12/site-packages/fetchmailconf.py "$@"
