1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-02-13 01:03:07 +00:00

add docstring

This commit is contained in:
Variable 2024-11-09 07:27:51 +05:00
parent aabbb9a95f
commit f8702bbb92

View file

@ -748,6 +748,7 @@ class ImportAPI:
func open_save_autoload() -> OpenSave: func open_save_autoload() -> OpenSave:
return OpenSave return OpenSave
## Returns the Import autoload. Manages import of brushes and patterns.
func import_autoload() -> Import: func import_autoload() -> Import:
return Import return Import