mitogen/tests/data/plain_old_module.py

11 lines
143 B
Python
Executable File

"""
I am a plain old module with no interesting dependencies or import machinery
fiddlery.
"""
import math
def pow(x, y):
return x ** y