6 lines
89 B
Plaintext
6 lines
89 B
Plaintext
|
#!/usr/bin/env python
|
||
|
from lib2to3 import refactor
|
||
|
import sys
|
||
|
|
||
|
sys.exit(refactor.main())
|