mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
4 lines
101 B
Python
Executable file
4 lines
101 B
Python
Executable file
#!/usr/bin/env python
|
|
import runpy
|
|
|
|
runpy.run_module('lib2to3', run_name='__main__', alter_sys=True)
|