mirror of
https://github.com/python/cpython.git
synced 2025-08-01 23:53:15 +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')
|