#!/usr/libexec/python3.8 -s
from __future__ import absolute_import
import sys
from trashcli.list.main import main as main
sys.exit(main())
