mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 11:37:35 +00:00
0c4c56ff39
README.cosmo contains the necessary links.
4 lines
67 B
Python
4 lines
67 B
Python
import sys
|
|
from .main import main
|
|
|
|
sys.exit(main("lib2to3.fixes"))
|