diff options
| author | Danilo M. <danix@danix.xyz> | 2026-07-17 09:27:17 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-07-17 09:27:17 +0200 |
| commit | 14c2236a733a65a58bf2cc8ccb6406718635cf49 (patch) | |
| tree | 8fb9760647891b0e4d5ba4ed34df631d85233e36 /hyprsunset_qt | |
| parent | 2e39e223c4d0d400a7c51867c9b3a01c79395481 (diff) | |
| download | hyprsunset-qt-14c2236a733a65a58bf2cc8ccb6406718635cf49.tar.gz hyprsunset-qt-14c2236a733a65a58bf2cc8ccb6406718635cf49.zip | |
chore: project scaffolding
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to 'hyprsunset_qt')
| -rw-r--r-- | hyprsunset_qt/__init__.py | 3 |
1 files changed, 3 insertions, 0 deletions
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" |
