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

7 lines
86 B
Python

from other import printer
def test():
printer("hello")
# vim: set et ts=4 sw=4: