from __future__ import (absolute_import, division, print_function) __metaclass__ = type def module_code(): return "hello from amodule.py"