Browse Source

Merge pull request #1414 from Avaiga/fix/import_scenario-not-in-core-init

Fix - import_scenario wasn't added to core _init
Đỗ Trường Giang 11 tháng trước cách đây
mục cha
commit
c19d9fcb1c
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      taipy/core/_init.py

+ 1 - 0
taipy/core/_init.py

@@ -52,6 +52,7 @@ from .taipy import (
     get_sequences,
     get_submissions,
     get_tasks,
+    import_scenario,
     is_deletable,
     is_editable,
     is_promotable,