#!/usr/bin/python3

import sys

from pelican.plugins._utils import list_plugins


if __name__ == "__main__":
    sys.exit(list_plugins())
