From b5746fd9d49ade49ea77f10010bbabe8da8656d0 Mon Sep 17 00:00:00 2001 From: Matthias Baumgartner Date: Sat, 4 Mar 2023 15:24:18 +0100 Subject: minor fixes --- tagit/apps/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tagit/apps') diff --git a/tagit/apps/__init__.py b/tagit/apps/__init__.py index 6b4986c..84d0bf1 100644 --- a/tagit/apps/__init__.py +++ b/tagit/apps/__init__.py @@ -18,6 +18,7 @@ from .desktop import main as desktop # exports __all__: typing.Sequence[str] = ( 'desktop', + 'main', ) # config -- cgit v1.2.3