comparison pyenigma.py @ 30:62e0d0e2628b

Created a setup.py using distutils.
author Brian Neal <bgneal@gmail.com>
date Wed, 30 May 2012 19:16:22 -0500
parents
children
comparison
equal deleted inserted replaced
29:f8734f73baa8 30:62e0d0e2628b
1 #!/usr/bin/env python
2 # Copyright (C) 2012 by Brian Neal.
3 # This file is part of Py-Enigma, the Enigma Machine simulation.
4 # Py-Enigma is released under the MIT License (see License.txt).
5
6 import enigma.main
7
8 enigma.main.console_main()