diff --git a/catser/__init__.py b/catser/__init__.py new file mode 100644 index 0000000..dd143d8 --- /dev/null +++ b/catser/__init__.py @@ -0,0 +1,10 @@ +""" +Catser: Desktop Cat Companion for Windows. + +Inspired by Workcat.app and Desktop Goose. +Monitors active windows via ActivityWatch (or native Win32 fallback), +spots drift content (Shorts, Reels, TikTok), and closes them with a paw strike! +""" + +__version__ = "1.0.0" +__author__ = "Catser Team"