fix_first.py 124 B

123456
  1. from lib2to3.fixer_base import BaseFix
  2. class FixFirst(BaseFix):
  3. run_order = 1
  4. def match(self, node): return False