PCQRSCANER/venv/Lib/site-packages/imapclient/__init__.py

14 lines
453 B
Python
Raw Normal View History

2019-12-22 21:51:47 +01:00
# Copyright (c) 2014, Menno Smits
# Released subject to the New BSD License
# Please see http://en.wikipedia.org/wiki/BSD_licenses
# version_info provides the version number in programmer friendly way.
# The 4th part will be either alpha, beta or final.
from __future__ import unicode_literals
from .imapclient import *
from .response_parser import *
from .tls import *
from .version import author as __author__, version as __version__, version_info