3
0
Fork 0
example-python-imports/submodule/other.py

5 lines
61 B
Python

def printer(t):
print("yo", t)
# vim: set et ts=4 sw=4: