"""Remote module.The remote module contains code for running a REST API which is used to provide a remoteendpoint to which simulations can be sent for staging and signing-off."""fromsemantic_versionimportSimpleSpec# Compatibility scheme for the latest API version, i.e. anything with the same major and# minor versionCOMPATIBILITY_SPEC=SimpleSpec("~=1.2.0")# API constants