[email] Add MDA script to setup.py
This commit is contained in:
parent
a9c9f4f1c0
commit
e24a0f8738
|
@ -10,9 +10,9 @@ from logging import getLogger
|
||||||
from kibicara.platforms.email.model import Email
|
from kibicara.platforms.email.model import Email
|
||||||
|
|
||||||
|
|
||||||
|
def main():
|
||||||
logger = getLogger(__name__)
|
logger = getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
# read mail from STDIN
|
# read mail from STDIN
|
||||||
mailbytes = bytes(sys.stdin.read())
|
mailbytes = bytes(sys.stdin.read())
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue