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 months ago
parent
commit
c19d9fcb1c
1 changed files with 1 additions and 0 deletions
  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,