summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Geier <geier@lostpackets.de>2023-10-26 21:29:15 +0200
committerChristian Geier <geier@lostpackets.de>2023-10-27 14:09:22 +0200
commit5dc532b2ea69094db859d3180c75215db5a8138c (patch)
tree08d7b5c0e5bda45e598e98f4f69cb87a151f077b
parent5ee70b576b9f3b37a73f2b93b64209297f46a6e4 (diff)
create khal.api.__all__[]plugin_color_themes
-rw-r--r--khal/api.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/khal/api.py b/khal/api.py
index 7664b86d..1db9595e 100644
--- a/khal/api.py
+++ b/khal/api.py
@@ -1 +1,3 @@
-from .ui.colors import register_color_theme # noqa
+from .ui.colors import register_color_theme
+
+__all__ = ["register_color_theme"]