#!/usr/bin/python3 -s
from __future__ import absolute_import
import sys
from trashcli.empty import main as main
sys.exit(main())
