6 lines
87 B
Python
6 lines
87 B
Python
|
from .deploy_message import get_deploy_message
|
||
|
|
||
|
__all__ = [
|
||
|
'get_deploy_message'
|
||
|
]
|