From 14c2236a733a65a58bf2cc8ccb6406718635cf49 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Fri, 17 Jul 2026 09:27:17 +0200 Subject: chore: project scaffolding Co-Authored-By: Claude Opus 4.8 --- hyprsunset_qt/__init__.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 hyprsunset_qt/__init__.py (limited to 'hyprsunset_qt/__init__.py') diff --git a/hyprsunset_qt/__init__.py b/hyprsunset_qt/__init__.py new file mode 100644 index 0000000..901a708 --- /dev/null +++ b/hyprsunset_qt/__init__.py @@ -0,0 +1,3 @@ +"""hyprsunset-qt — Qt6 GUI for hyprsunset.""" + +__version__ = "0.1.0" -- cgit v1.2.3