summaryrefslogtreecommitdiff
path: root/src/appearance.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/appearance.py')
-rw-r--r--src/appearance.py14
1 files changed, 0 insertions, 14 deletions
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