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
|