circuitpython/tests/import/pkg3/mod2.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
88 B
Python
Raw Permalink Normal View History

print("mod2 __name__:", __name__)
print("in mod2")
2021-03-15 09:57:36 -04:00
def foo():
print("mod2.foo()")