gmao/app_new/pronote/__init__.py

7 lines
124 B
Python
Raw Normal View History

2026-08-14 18:02:25 +02:00
"""
Pronote Module - GMAO Collège
Intégration Pronote
"""
from .models import PronoteSession
__all__ = ['PronoteSession']