#!/usr/bin/python3

import sys

from rdflib.tools.rdfpipe import main


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