Started on documentation
[szyfrow.git] / szyfrow / pocket_enigma.py
index a51955acad335d9409aca193fe39b7e9eb15e487..e3be76871fdc73e28f027021ab9f1f3233a6728a 100644 (file)
@@ -1,7 +1,10 @@
-from support.utilities import *
-from support.language_models import *
+"""The Pocket Enigma machine, a simple example that illustrates the mechanisms
+of the Enigma machine. See [a review](http://www.savory.de/pocket_enigma.htm)
+for more information about the machine.
+"""
 
-from logger import logger
+from szyfrow.support.utilities import *
+from szyfrow.support.language_models import *
 
 
 class PocketEnigma(object):