Cleanup for stow ---STOW
[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
new file mode 100644 (file)
index 0000000..8a00b5a
--- /dev/null
@@ -0,0 +1,31 @@
+"""
+                                      '||
+... ...  .... ... ... ... ...  ....    ||
+ ||'  ||  '|.  |   ||  ||  |  '' .||   ||
+ ||    |   '|.|     ||| |||   .|' ||   ||
+ ||...'     '|       |   |    '|..'|' .||.
+ ||      .. |
+''''      ''
+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",
+]