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

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