Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
marvel
GitHub Repository: marvel/qnf
Path: blob/master/elisp/emacs-for-python/rope-dist/rope/base/__init__.py
1415 views
1
"""Base rope package
2
3
This package contains rope core modules that are used by other modules
4
and packages.
5
6
"""
7
8
__all__ = ['project', 'libutils', 'exceptions']
9
10