1"""Base rope package 2 3This package contains rope core modules that are used by other modules 4and packages. 5 6""" 7 8__all__ = ['project', 'libutils', 'exceptions'] 9 10