This commit is contained in:
Iliyan Angelov
2025-09-14 23:24:25 +03:00
commit c67067a2a4
71311 changed files with 6800714 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# 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