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

7 lines
82 B
Python

from submodule.thing import test
print("entry")
test()
# vim: set et ts=4 sw=4: