Mercurial > public > enigma
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pyenigma.py Wed May 30 19:16:22 2012 -0500 @@ -0,0 +1,8 @@ +#!/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()