File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 33# Import local modules
44from photoshop .api import constants
55from photoshop .api .action_descriptor import ActionDescriptor
6+ from photoshop .api .action_list import ActionList
67from photoshop .api .action_reference import ActionReference
78from photoshop .api .application import Application
89from photoshop .api .colors import CMYKColor
3132__all__ = [ # noqa: F405
3233 "ActionDescriptor" ,
3334 "ActionReference" ,
35+ "ActionList" ,
3436 "Application" ,
3537 "constants" ,
3638 "enumerations" ,
Original file line number Diff line number Diff line change 3131
3232# Import local modules
3333from photoshop .api import ActionDescriptor
34+ from photoshop .api import ActionList
3435from photoshop .api import ActionReference
3536from photoshop .api import Application
3637from photoshop .api import BMPSaveOptions
@@ -122,6 +123,7 @@ def __init__(
122123 self .app : Application = Application (version = ps_version )
123124 self .ActionReference : ActionReference = ActionReference ()
124125 self .ActionDescriptor : ActionDescriptor = ActionDescriptor ()
126+ self .ActionList : ActionList = ActionList ()
125127 self .EventID = EventID
126128 self .SolidColor = SolidColor
127129 self .TextItem = TextItem
You can’t perform that action at this time.
0 commit comments