#!/usr/bin/env python3
from sys import exit
from pkglog import main
exit(main())
