cosmopolitan/third_party/python/Lib/lib2to3/__main__.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
67 B
Python
Raw Normal View History

import sys
from .main import main
sys.exit(main("lib2to3.fixes"))