#!/usr/bin/python2
from __future__ import absolute_import
import sys
from trashcli.cmds import restore as main
sys.exit(main())
