mirror of
https://github.com/hexedtech/codemp-sublime.git
synced 2025-01-12 06:33:55 +01:00
5d855c4aff
Former-commit-id: 7471f9b3e8b4ab68ff4267a2abade17bb3aa0d90
5 lines
108 B
Python
5 lines
108 B
Python
from .codemp import *
|
|
|
|
__doc__ = codemp.__doc__
|
|
if hasattr(codemp, "__all__"):
|
|
__all__ = codemp.__all__
|