5 lines
135 B
Python
5 lines
135 B
Python
from .ast_serialize import *
|
|
|
|
__doc__ = ast_serialize.__doc__
|
|
if hasattr(ast_serialize, "__all__"):
|
|
__all__ = ast_serialize.__all__ |