Coverage for pyPhotoAlbum/__init__.py: 100%
3 statements
« prev ^ index » next coverage.py v7.14.1, created at 2026-06-20 12:55 +0000
« prev ^ index » next coverage.py v7.14.1, created at 2026-06-20 12:55 +0000
1"""
2pyPhotoAlbum - A Python application for designing photo albums and exporting them to PDF
4This package provides a PyQt6-based GUI application for creating photo album layouts
5with support for templates, image manipulation, and PDF export.
6"""
8__version__ = "0.1.0"
9__author__ = "pyPhotoAlbum Developer"
11# Version info
12VERSION = __version__