Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_python
/
a1ca5d4f47ffafa662b7f518d362c86d78ab6468
/
.
/
tests
/
repl
/
helper
/
test_module.py
blob: 0c4a309b01473f8424cc74b029a2f519097b4bcc [
file
] [
log
] [
blame
]
"""This is a file purely intended for validating //python/bin:repl."""
def
print_hello
():
print
(
"Hello World"
)