~joshua-harlan-lifton/plover/trunk

« back to all changes in this revision

Viewing changes to plover/machine/__init__.py

  • Committer: Joshua Harlan Lifton
  • Date: 2010-10-06 03:34:24 UTC
  • Revision ID: lifton@chunk-20101006033424-e1yogc41tivivnb0
Initial import.

Show diffs side-by-side

added added

removed removed

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