From 5dc532b2ea69094db859d3180c75215db5a8138c Mon Sep 17 00:00:00 2001 From: Christian Geier Date: Thu, 26 Oct 2023 21:29:15 +0200 Subject: [PATCH] create khal.api.__all__[] --- khal/api.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/khal/api.py b/khal/api.py index 7664b86de..1db9595ee 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"]