diff -r aae19e6a65cd -r d83409a59365 PipxInterface/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/PipxInterface/__init__.py Mon Jun 24 15:22:19 2024 +0200 @@ -0,0 +1,8 @@ +# -*- coding: utf-8 -*- + +# Copyright (c) 2024 Detlev Offenbach <detlev@die-offenbachs.de> +# + +""" +Package implementing widgets and dialogues to interface with the pipx command. +"""