csle_rest_api.pages.system_models package
Submodules
csle_rest_api.pages.system_models.routes module
Routes and resources for the /system-models-page page
- csle_rest_api.pages.system_models.routes.get_system_models_page_bp(static_folder: str) flask.blueprints.Blueprint [source]
Creates a blueprint “sub application” of the main REST app that represents the system models page
- Parameters
static_folder – the folder with the static resources
- Returns
the created blueprint