We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be97e4c commit e8f2742Copy full SHA for e8f2742
state.py
@@ -1,6 +1,7 @@
1
"""Implementation of the state pattern"""
2
3
# http://ginstrom.com/scribbles/2007/10/08/design-patterns-python-style/
4
+from __future__ import print_function
5
6
7
class State(object):
0 commit comments