(root)/
Python-3.12.0/
Lib/
test/
test_lib2to3/
data/
fixers/
myfixes/
fix_last.py
       1  from lib2to3.fixer_base import BaseFix
       2  
       3  class ESC[4;38;5;81mFixLast(ESC[4;38;5;149mBaseFix):
       4  
       5      run_order = 10
       6  
       7      def match(self, node): return False