mirror of
https://github.com/hexedtech/codemp-sublime.git
synced 2024-11-22 14:54:48 +01:00
5 lines
107 B
Python
5 lines
107 B
Python
|
from .codemp import *
|
||
|
|
||
|
__doc__ = codemp.__doc__
|
||
|
if hasattr(codemp, "__all__"):
|
||
|
__all__ = codemp.__all__
|