compat.py 134 B

12345
  1. """
  2. This is a dummy module for backwards compatibility with < v2.0.
  3. """
  4. from .secure import * # noqa
  5. from .swagger2 import * # noqa