From 1cff79bcc6f64c8b52c255c9dd161cd5564bf748 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 18 Mar 2018 10:03:48 +1100 Subject: theme: Move theme handling to own file. --- pywal/__init__.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pywal/__init__.py') 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", ] -- cgit v1.2.3