#!@@HOMEBREW_CELLAR@@/pelican/4.12.0/libexec/bin/python
import sys
from pelican.plugins._utils import list_plugins
if __name__ == '__main__':
    sys.argv[0] = sys.argv[0].removesuffix('.exe')
    sys.exit(list_plugins())
