1from lib2to3.fixer_base import BaseFix
2
3class FixBadOrder(BaseFix):
4
5    order = "crazy"
6