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