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