python (3.11.7)
    esk                     @   d Z dZddlZddlZddlZddlZddlZddlZddlZddl	m
Z
 ddlmZm
Z
mZ ddlmZ ddlmZmZ dd	lmZ ddZ G d d
e          Zd Zd Zd Zd Zd Z G d de          Z G d de          Z  G d de          Z! G d de           Z"dS )zRefactoring framework.
Used as a main program, this can refactor any number of files and/or
recursively descend down directories.  Imported as a module, this
provides infrastructure to write your own refactoring tool.
z#Guido van Rossum <guido@python.org>