Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.11/site-packages/connexion/apps/__init__.py: 100%

Shortcuts on this page

r m x   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

2 statements  

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""" 

5 

6from .abstract import AbstractApp # NOQA