""" This module defines Connexion applications. A Connexion App wraps a specific framework application and exposes a standardized interface for users to create and configure their Connexion application. """ from .abstract import AbstractApp # NOQA