#!/usr/bin/env python3 """A command line utility to export Google Keep notes to markdown files with metadata stored as a frontmatter header.""" from keep_exporter.cli import main