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

5 lines
61 B
Python
Raw Permalink Normal View History

2021-06-24 15:48:09 +08:00
def printer(t):
print("yo", t)
# vim: set et ts=4 sw=4: