gmao/app_new/outlook/__init__.py

8 lines
246 B
Python
Raw Permalink Normal View History

2026-08-14 18:02:25 +02:00
"""
Outlook Module - GMAO Collège
Intégration Outlook/Microsoft
"""
from .models import OutlookAccount, OutlookMail
from .processed_folder_config import ProcessedFolderConfig
__all__ = ['OutlookAccount', 'OutlookMail', 'ProcessedFolderConfig']