From a29669bd7a921f32636043041d3081e668a838ae Mon Sep 17 00:00:00 2001 From: Chandler J Date: Mon, 15 Apr 2024 18:51:10 -0600 Subject: deleting dead code --- src/appearance.py | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 src/appearance.py (limited to 'src/appearance.py') diff --git a/src/appearance.py b/src/appearance.py deleted file mode 100644 index 013d5fc..0000000 --- a/src/appearance.py +++ /dev/null @@ -1,14 +0,0 @@ - - -class Appearance: - """ - Generic object to get configuration settings for a given program - - path - path to the configuration file - """ - def __init__(self, path): - print("hello from appearance") - self.path = path - - def get(self): - pass -- cgit v1.2.3