mirror of
https://github.com/python/cpython.git
synced 2025-07-29 22:24:49 +00:00
2 lines
79 B
Python
Executable file
2 lines
79 B
Python
Executable file
import sys, posixpath
|
|
exec('import ' + posixpath.basename(sys.argv[0]) + '\n')
|