1from distutils import core, version
2
3__name__='distutils.core.cytest_relativeimport_T542' # fool Python we are in distutils
4__package__='distutils.core' # fool Python we are in distutils
5
6from . import *
7
8__doc__ = """
9>>> core.setup == setup
10True
11"""
12