__init__.py 161 B

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