9 lines
261 B
Python
9 lines
261 B
Python
# Copyright (c) Twisted Matrix Laboratories.
|
|
# See LICENSE for details.
|
|
|
|
"""
|
|
Subpackage containing the modules that implement the command line tools.
|
|
|
|
Note that these are imported by top-level scripts which are intended to be
|
|
invoked directly from a shell.
|
|
"""
|