futurize stage1 core

This commit is contained in:
Simon Forman
2020-04-23 23:16:45 -07:00
parent 8d0d0de897
commit b0df80f3e6
4 changed files with 30 additions and 24 deletions
+1
View File
@@ -23,6 +23,7 @@ functions. Its main export is a Python function initialize() that
returns a dictionary of Joy functions suitable for use with the joy()
function.
'''
from __future__ import print_function
from logging import getLogger
_log = getLogger(__name__)