mirror of
https://github.com/OfflineIMAP/offlineimap3.git
synced 2026-05-12 21:36:05 +02:00
f7534c70ce
Just added docstrings.
5 lines
100 B
Python
5 lines
100 B
Python
"""
|
|
Folder Module of offlineimap
|
|
"""
|
|
from . import Base, Gmail, IMAP, Maildir, LocalStatus, UIDMaps
|