DazedTL/gui/image_manager.py
DazedAnon ef7a3f8235 feat(images): add engine-aware image management
- Add auto-detected RPG Maker and generic loose-PNG profiles
- Make scanning read-only and patch images through validated transactions
- Preserve RPG Maker compatibility with backups and legacy migration
- Document the workflow and expand image manager coverage
- Enable core RPG Maker dialogue and choice codes by default
2026-07-26 12:56:46 -05:00

5 lines
140 B
Python

"""Canonical import for the engine-aware Image Manager."""
from gui.rpgmaker_image_manager import ImageManager
__all__ = ["ImageManager"]