__init__.py 250 B

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