Coverage for app.py: 0%
1 statements
« prev ^ index » next coverage.py v7.16.1, created at 2026-09-18 22:11 +0000
« prev ^ index » next coverage.py v7.16.1, created at 2026-09-18 22:11 +0000
1# This file serves as an entry point for the rock image. It is required by the PaaS app charmer.
2# The flask application must be defined in this file under the variable name `app`.
3# See - https://documentation.ubuntu.com/rockcraft/en/latest/reference/extensions/flask-framework/
4from webapp.app import app