4 lines
104 B
Python
4 lines
104 B
Python
from pkg_resources import resource_string
|
|
|
|
msg_tmpl = resource_string(__name__, 'message_template.msg')
|