first commit

This commit is contained in:
artus
2018-11-15 22:15:58 +01:00
commit 51294ccec4
6 changed files with 113 additions and 0 deletions

17
trash.py Normal file
View File

@@ -0,0 +1,17 @@
# -*- 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