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

7 lines
72 B
Python

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