summaryrefslogtreecommitdiff
path: root/src/get_i3_appearence.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/get_i3_appearence.py')
-rw-r--r--src/get_i3_appearence.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/get_i3_appearence.py b/src/get_i3_appearence.py
deleted file mode 100644
index 961740d..0000000
--- a/src/get_i3_appearence.py
+++ /dev/null
@@ -1,12 +0,0 @@
-
-from appearance import Appearance
-
-class i3_Appearence(Appearance):
-
- def __init__(self, path):
- super().__init__(self)
-
- def get(self):
- pass
-
-test = i3_Appearence("test")