Beta/core/__init__.py

7 lines
116 B
Python
Raw Permalink Normal View History

2026-02-06 22:23:20 +01:00
"""Superviseur Bot - Discord bot with LLM integration."""
from .bot import Superviseur
__all__ = ['Superviseur']