diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2025-10-27 17:27:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-27 17:27:41 +0100 |
| commit | 0f95684bff102d8f573c17e806d37c35b59562d6 (patch) | |
| tree | 06a63b16a10dea712fcc9b81737b0b58fa672dee /lib/extensions/__init__.py | |
| parent | a91c18c374db810357283f8197f05db1cfd87b65 (diff) | |
add apply attribute extension (#3983)
Diffstat (limited to 'lib/extensions/__init__.py')
| -rw-r--r-- | lib/extensions/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/extensions/__init__.py b/lib/extensions/__init__.py index f6694a90..b4a08840 100644 --- a/lib/extensions/__init__.py +++ b/lib/extensions/__init__.py @@ -4,6 +4,7 @@ # Licensed under the GNU GPL version 3.0 or later. See the file LICENSE for details. from .about import About +from .apply_attribute import ApplyAttribute from .apply_palette import ApplyPalette from .apply_threadlist import ApplyThreadlist from .auto_run import AutoRun @@ -82,6 +83,7 @@ from .zip import Zip extensions = [ About, + ApplyAttribute, ApplyPalette, ApplyThreadlist, AutoRun, |
