mitogen/tests/data/module_finder_testmod/regular_mod.py

7 lines
44 B
Python

import sys
def say_hi():
print('hi')