Python question: if entry point is `x.y:main`. Doe...
# pex
w
Python question: if entry point is
x.y:main
. Does it mean it has to be `x/y.py`’s
def main
, or could it also mean
x/y/main.py
?