summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2018-04-01 09:13:17 +1000
committerDylan Araps <dylan.araps@gmail.com>2018-04-01 09:13:17 +1000
commit32806bc60fc57e5bb2152f0e485e736eb4f801a1 (patch)
treea0792ec2acc4a0c44a758d6dfe3aed243a320e39
parent8d8b616b524ce05b18f99691b190e23f7abee595 (diff)
sorry: not sorry
-rw-r--r--pywal/backends/__init__.py32
1 files changed, 9 insertions, 23 deletions
diff --git a/pywal/backends/__init__.py b/pywal/backends/__init__.py
index d267a77..9a116e8 100644
--- a/pywal/backends/__init__.py
+++ b/pywal/backends/__init__.py
@@ -1,24 +1,10 @@
+r"""
+Hh ____
+HP "HHF:. `._ :.,-'"" "-.
+F F" :::..'"" "-. `.
+F , \ \ "BACKENDS"
+F j\ / ; `. - sorry
+| j `. ` A \
+| | ;_ . 8 \
+J F\_,'| "`-----.\ j `. \
"""
- '||
-... ... .... ... ... ... ... .... ||
- ||' || '|. | || || | '' .|| ||
- || | '|.| ||| ||| .|' || ||
- ||...' '| | | '|..'|' .||.
- || .. |
-'''' ''
-Created by Dylan Araps.
-"""
-
-from . import colorthief
-from . import colorz
-from . import haishoku
-from . import schemer2
-from . import wal
-
-__all__ = [
- "colorthief",
- "colorz",
- "haishoku",
- "schemer2",
- "wal",
-]