gmao/app_new/ent/__init__.py

7 lines
166 B
Python
Raw Normal View History

2026-08-14 18:02:25 +02:00
"""
ENT Module - GMAO Collège
Intégration ENT77
"""
from .models import EntCredential, EntMessage, EntConfig
__all__ = ['EntCredential', 'EntMessage', 'EntConfig']