2099dbb155
Standalone Python CLI + SQLite (stdlib only). Tracks creator leads, which letters went to which address, replies, and the funnel (prospect → … → live). Commands: init/add/list/show/set/note/sent/reply/next/stats/export. Lead data (emails/PII) stays local and is gitignored. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
5 lines
87 B
Python
5 lines
87 B
Python
from lovelace.cli import main
|
|
|
|
if __name__ == "__main__":
|
|
raise SystemExit(main())
|