platypush/platypush/plugins/mail/_model/_config/__init__.py

9 lines
127 B
Python

from ._account import AccountConfig
from ._server import ServerConfig
__all__ = [
'AccountConfig',
'ServerConfig',
]