From c711d14da684e120985ec10f1c932aa6b72a1ff3 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Sat, 30 Dec 2017 12:11:12 -0600 Subject: [PATCH] Rename trash.py to table/trash.py --- trash.py => table/trash.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename trash.py => table/trash.py (79%) diff --git a/trash.py b/table/trash.py similarity index 79% rename from trash.py rename to table/trash.py index b2774c6..6f4e128 100644 --- a/trash.py +++ b/table/trash.py @@ -2,4 +2,4 @@ from pile import Pile class Trash(Pile): - pass \ No newline at end of file + pass