python (3.11.7)

(root)/
lib/
python3.11/
lib2to3/
tests/
data/
fixers/
myfixes/
fix_first.py
       1  from lib2to3.fixer_base import BaseFix
       2  
       3  class ESC[4;38;5;81mFixFirst(ESC[4;38;5;149mBaseFix):
       4      run_order = 1
       5  
       6      def match(self, node): return False