#!/usr/bin/env python3
import metapkg
try:
	metapkg.main()
except metapkg.MetapkgError as e:
	print(e)
