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