11 lines
161 B
YAML
11 lines
161 B
YAML
name: "Copy to Images"
|
|
# requires: py_common
|
|
|
|
galleryByFragment:
|
|
action: script
|
|
script:
|
|
- python3
|
|
- CopyToImages.py
|
|
|
|
# Last Updated January 27, 2024
|