summaryrefslogtreecommitdiff
path: root/src/get_i3_appearence.py
diff options
context:
space:
mode:
authorChandler J <cjustice2000@gmail.com>2024-03-01 11:08:46 -0700
committerChandler J <cjustice2000@gmail.com>2024-03-01 11:08:46 -0700
commit13ea9b7539534b19ce61d2694c0cf3832a6ec35e (patch)
tree4ec43e7e067b9584493c1eba3ef7fe3d32e7d2d2 /src/get_i3_appearence.py
parent4734634389cdbac0e0c9596a4c1737b4fb6c644d (diff)
created some ideas for things to do with project during hackusu
Diffstat (limited to 'src/get_i3_appearence.py')
-rw-r--r--src/get_i3_appearence.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/get_i3_appearence.py b/src/get_i3_appearence.py
new file mode 100644
index 0000000..961740d
--- /dev/null
+++ b/src/get_i3_appearence.py
@@ -0,0 +1,12 @@
+
+from appearance import Appearance
+
+class i3_Appearence(Appearance):
+
+ def __init__(self, path):
+ super().__init__(self)
+
+ def get(self):
+ pass
+
+test = i3_Appearence("test")