Staging
v0.5.1
Raw File
__main__.py
import sys
from .main import main

sys.exit(main("lib2to3.fixes"))
back to top