summaryrefslogtreecommitdiff
path: root/src/get_i3_appearence.py
diff options
context:
space:
mode:
authorChandler J <cjustice2000@gmail.com>2024-04-15 18:51:10 -0600
committerChandler J <cjustice2000@gmail.com>2024-04-15 18:51:10 -0600
commita29669bd7a921f32636043041d3081e668a838ae (patch)
tree9d625197d800dbe768440d52b6d1178a0399cda0 /src/get_i3_appearence.py
parentfba95abb417e0907c6148b61acae791ae01adb28 (diff)
deleting dead code
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")