summaryrefslogtreecommitdiff
path: root/pywal/__init__.py
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2018-03-18 10:03:48 +1100
committerDylan Araps <dylan.araps@gmail.com>2018-03-18 10:03:48 +1100
commit1cff79bcc6f64c8b52c255c9dd161cd5564bf748 (patch)
tree83cdf5ba3ce1a50575c17e28521530e2deea4ac8 /pywal/__init__.py
parent20ae5f8d7a3367bf0483cc8aae018419fbdb1ef0 (diff)
theme: Move theme handling to own file.
Diffstat (limited to 'pywal/__init__.py')
-rw-r--r--pywal/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pywal/__init__.py b/pywal/__init__.py
index 98d9a08..8a00b5a 100644
--- a/pywal/__init__.py
+++ b/pywal/__init__.py
@@ -15,6 +15,7 @@ from . import export
from . import image
from . import reload
from . import sequences
+from . import theme
from . import wallpaper
__all__ = [
@@ -25,5 +26,6 @@ __all__ = [
"image",
"reload",
"sequences",
+ "theme",
"wallpaper",
]