1# Stubs for email.mime.nonmultipart (Python 3.4)
2
3from email.mime.base import MIMEBase
4
5class MIMENonMultipart(MIMEBase): ...
6