mirror of
https://github.com/johndoe6345789/WizardMerge.git
synced 2026-04-24 13:44:55 +00:00
7 lines
167 B
Python
7 lines
167 B
Python
"""Example plugin themes shipped with the project."""
|
|
from wizardmerge.themes.base import Theme
|
|
|
|
from .warm_theme import warm_theme
|
|
|
|
__all__ = ["warm_theme", "Theme"]
|