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

7 lines
86 B
Python
Raw Normal View History

2021-06-24 15:48:09 +08:00
from other import printer
def test():
printer("hello")
# vim: set et ts=4 sw=4: