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

9 lines
No EOL
230 B
Python

"""
Chatbot Module - GMAO Collège
Interface chatbot IA (modèles à ajouter si nécessaire)
"""
# Note: Les routes du chatbot sont dans app_new/chatbot/routes.py
# Les templates sont dans app_new/chatbot/templates/
__all__ = []