2025-08-15 16:28:06 +02:00

6 lines
89 B
Python

from lib2to3.fixer_base import BaseFix
class FixBadOrder(BaseFix):
order = "crazy"