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

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