wolfhece.PyPalette
PyPalette — Color palette package for WOLF.
Provides:
wolfpaletteModel— Data model (no wxPython dependency). Suitable for headless/batch use, testing, and server-side processing.wolfpalette— Full GUI palette (inherits wolfpaletteModel + wx.Frame). When wxPython is not available,wolfpaletteis aliased towolfpaletteModelso that existing code likewolfpalette(None, '')continues to work.