goodbye stuff
[dotfiles/.git] / .local / lib / python3.9 / site-packages / pywal / __init__.py
diff --git a/.local/lib/python3.9/site-packages/pywal/__init__.py b/.local/lib/python3.9/site-packages/pywal/__init__.py
deleted file mode 100644 (file)
index 8a00b5a..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-"""
-                                      '||
-... ...  .... ... ... ... ...  ....    ||
- ||'  ||  '|.  |   ||  ||  |  '' .||   ||
- ||    |   '|.|     ||| |||   .|' ||   ||
- ||...'     '|       |   |    '|..'|' .||.
- ||      .. |
-''''      ''
-Created by Dylan Araps.
-"""
-
-from .settings import __version__, __cache_version__
-from . import colors
-from . import export
-from . import image
-from . import reload
-from . import sequences
-from . import theme
-from . import wallpaper
-
-__all__ = [
-    "__version__",
-    "__cache_version__",
-    "colors",
-    "export",
-    "image",
-    "reload",
-    "sequences",
-    "theme",
-    "wallpaper",
-]