Première version non terminer du nouveau système de ticket § ajout du système de boutons persistant (non tester)

This commit is contained in:
Mathis 2026-01-04 00:01:15 +01:00
parent 10173132a2
commit 93e2f9bb44
15 changed files with 3788 additions and 209 deletions

View file

@ -0,0 +1,15 @@
"""
Ticket Utils Module
===================
Utility functions for the ticket system.
"""
from .transcript import TranscriptGenerator, get_transcript_generator
from .formatters import TicketEmbedFormatter, TicketMessageFormatter
__all__ = [
"TranscriptGenerator",
"get_transcript_generator",
"TicketEmbedFormatter",
"TicketMessageFormatter",
]