I hereby claim:
- I am Yhg1s on github.
- I am yhg1s (https://keybase.io/yhg1s) on keybase.
- I have a public key whose fingerprint is B7DF 293F 8341 0E6E 2295 481F ABDD 0826 6290 5688
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| % ls foo/ | |
| __init__.py __main__.py | |
| % cat foo/__main__.py | |
| import sys | |
| print(repr(sys.path[0])) | |
| % python foo | |
| 'foo' | |
| % python -m foo | |
| '' |