summaryrefslogtreecommitdiff
path: root/pywal/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'pywal/__init__.py')
-rw-r--r--pywal/__init__.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/pywal/__init__.py b/pywal/__init__.py
index ec61c5c..4a850ca 100644
--- a/pywal/__init__.py
+++ b/pywal/__init__.py
@@ -15,13 +15,15 @@ from .image import get as get_image
from .reload import colors as reload_colors
from .reload import env as reload_env
from .sequences import send as send_sequences
-from .template import export_all as export_all_templates
+from .template import export_all
+from .template import export
from .wallpaper import change as set_wallpaper
__all__ = [
"__version__",
"create_palette",
- "export_all_templates",
+ "export_all",
+ "export",
"get_image",
"reload_colors",
"reload_env",