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:
parent
10173132a2
commit
93e2f9bb44
15 changed files with 3788 additions and 209 deletions
15
commandes/ticket/utils/__init__.py
Normal file
15
commandes/ticket/utils/__init__.py
Normal 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",
|
||||
]
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue