3
0
Fork 0
example-python-imports/entry.py

7 lines
82 B
Python
Raw Permalink Normal View History

2021-06-24 15:48:09 +08:00
from submodule.thing import test
print("entry")
test()
# vim: set et ts=4 sw=4: