mirror of
https://github.com/hexedtech/codemp-sublime.git
synced 2024-11-22 06:44:48 +01:00
6c54a15560
This approach will allow us to install directly through package control by just specifying the repo! Former-commit-id: 3df245186298042dfd4d8e0bf65844a283a571dd
5 lines
No EOL
107 B
Python
5 lines
No EOL
107 B
Python
from .codemp import *
|
|
|
|
__doc__ = codemp.__doc__
|
|
if hasattr(codemp, "__all__"):
|
|
__all__ = codemp.__all__ |