Staging
v0.8.1
Raw File
2to3
#!/usr/bin/env python
from lib2to3 import refactor
import sys

sys.exit(refactor.main())
back to top