From 7d535a2c31fa44873455cf876f9a8a7feaa0ddbe Mon Sep 17 00:00:00 2001 From: Campbell Alden Date: Thu, 30 Jul 2026 23:54:04 +0900 Subject: [PATCH] Move rss stuff over to a new interface part of the project since it's spiritually different from a notification --- src/{notifications => interface}/rss.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/{notifications => interface}/rss.py (100%) diff --git a/src/notifications/rss.py b/src/interface/rss.py similarity index 100% rename from src/notifications/rss.py rename to src/interface/rss.py