view pyenigma.py @ 38:1dac708e7b71

Added a get_rotor_count() method to EnigmaMachine. Added a verbose option to pyenigma.py that calls it.
author Brian Neal <bgneal@gmail.com>
date Mon, 04 Jun 2012 19:22:55 -0500
parents 62e0d0e2628b
children
line wrap: on
line source
#!/usr/bin/env python
# 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).

import enigma.main

enigma.main.console_main()