4
0

__init__.py 179 B

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