6 lines
116 B
Python
6 lines
116 B
Python
"""Superviseur Bot - Discord bot with LLM integration."""
|
|
|
|
from .bot import Superviseur
|
|
|
|
__all__ = ['Superviseur']
|
|
|