1
# Copyright (c) 2010 Joshua Harlan Lifton.
2
# See LICENSE.txt for details.
4
"""Repository of stenotype machine descriptions.
6
Each stenotype machine description must define a Stenotype class that
7
has start_capture, stop_capture, and add_callback methods.