Beta/core/__init__.py
2026-06-16 17:09:34 +00:00

6 lines
116 B
Python

"""Superviseur Bot - Discord bot with LLM integration."""
from .bot import Superviseur
__all__ = ['Superviseur']