[console_scripts]
scenario_execution = scenario_execution_base.scenario_execution:main

[scenario_execution.actions]
log = scenario_execution_base.actions.log:Log
run_process = scenario_execution_base.actions.run_process:RunProcess

[scenario_execution.osc_libraries]
helpers = scenario_execution_base.get_osc_library:get_helpers_library
robotics = scenario_execution_base.get_osc_library:get_robotics_library
standard = scenario_execution_base.get_osc_library:get_standard_library
standard.base = scenario_execution_base.get_osc_library:get_standard_base_library
