mitogen/tests/data/plain_old_module.py

11 lines
143 B
Python
Raw Normal View History

2016-08-17 09:32:50 +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