kiwi/app/__init__.py

7 lines
No EOL
144 B
Python

# app/__init__.py
"""
Kiwi: Pantry tracking and leftover recipe suggestions.
"""
__version__ = "0.2.0"
__author__ = "Alan 'pyr0ball' Weinstock"