1234567891011121314151617 |
- """
- Contain the application's configuration including the scenario configurations.
- The configuration is run by the Core service.
- """
- from algorithms import *
- from taipy import Config
- # #############################################################################
- # PLACEHOLDER: Put your application's configurations here #
- # #
- # Example: #
- # scenario_config = Config.configure_scenario("placeholder_scenario", []) #
- # Comment, remove or replace the previous lines with your own use case #
- # #############################################################################
|