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

7 lines
87 B
Python
Raw Normal View History

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