Files
photograb/trash.py
2018-11-15 22:15:58 +01:00

18 lines
190 B
Python

# -*- coding:utf-8 -*-
"""
Trash container
"""
def move_to_trash(files):
pass
def manage_trash():
""" Remove files that have been sitting there for too long """
pass