added 'save_workfile_with_current_context' to workfile init

This commit is contained in:
Jakub Trllo 2025-07-07 10:24:12 +02:00
parent 7006ed8940
commit 206eb45cf4

View file

@ -24,6 +24,7 @@ from .utils import (
open_workfile,
save_current_workfile_to,
save_workfile_with_current_context,
copy_and_open_workfile,
copy_and_open_workfile_representation,
save_workfile_info,
@ -67,6 +68,7 @@ __all__ = (
"open_workfile",
"save_current_workfile_to",
"save_workfile_with_current_context",
"copy_and_open_workfile",
"copy_and_open_workfile_representation",
"save_workfile_info",