From f4a26d3a48a6538a33bc18d0e3990cb679f4ec88 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Mon, 1 Jan 2018 09:34:08 -0600 Subject: [PATCH] Delete trash.py --- player/table/trash.py | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 player/table/trash.py diff --git a/player/table/trash.py b/player/table/trash.py deleted file mode 100644 index 5786689..0000000 --- a/player/table/trash.py +++ /dev/null @@ -1,5 +0,0 @@ -from table.pile import Pile - - -class Trash(Pile): - pass