Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/connexion/apps/__init__.py: 100%
1 statements
« prev ^ index » next coverage.py v7.2.2, created at 2023-03-26 06:12 +0000
« prev ^ index » next coverage.py v7.2.2, created at 2023-03-26 06:12 +0000
1"""
2This module defines Connexion applications. A Connexion App wraps a specific framework application
3and exposes a standardized interface for users to create and configure their Connexion application.
4"""
6from .abstract import AbstractApp # NOQA