# Copyright (C) 2012 by Brian Neal.
# This file is part of Py-Enigma, the Enigma Machine simulation.
# Py-Enigma is released under the MIT License (see License.txt).

"""The rotors package simulates the Enigma rotors & reflectors."""

class RotorError(Exception):
    pass
