gmao/app_new/outlook/__init__.py
2026-08-14 16:02:25 +00:00

8 lines
No EOL
246 B
Python

"""
Outlook Module - GMAO Collège
Intégration Outlook/Microsoft
"""
from .models import OutlookAccount, OutlookMail
from .processed_folder_config import ProcessedFolderConfig
__all__ = ['OutlookAccount', 'OutlookMail', 'ProcessedFolderConfig']