__init__.py 185 B

1234567
  1. # -*- test-case-name: twisted.application.runner.test -*-
  2. # Copyright (c) Twisted Matrix Laboratories.
  3. # See LICENSE for details.
  4. """
  5. Facilities for running a Twisted application.
  6. """