mitogen/tests/data/plain_old_module.py

11 lines
143 B
Python
Raw Normal View History

2017-09-15 06:24:41 +00:00
"""
I am a plain old module with no interesting dependencies or import machinery
fiddlery.
"""
import math
def pow(x, y):
return x ** y