We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4903f4e commit 619b14cCopy full SHA for 619b14c
boolean/__init__.py
@@ -11,6 +11,8 @@
11
"""
12
13
from __future__ import absolute_import
14
+from __future__ import unicode_literals
15
+from __future__ import print_function
16
17
from boolean.boolean import BooleanAlgebra
18
0 commit comments