#!/usr/bin/python

import pbfetch
import sys

sys.exit(pbfetch.main())
