#!/bin/sh
# The resident daemon: tray, editor window, and the note store.
# Imports rather than using `python3 -m lnp` -- see the note in the lnp wrapper.
exec python3 -c 'import sys; from lnp.daemon import main; sys.exit(main())' "$@"
