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