2025.09.17-19:07:57

This commit is contained in:
2025-09-17 19:07:58 +02:00
parent ff37c9cd8b
commit 38a85cb9d5
47 changed files with 1530 additions and 38 deletions

View File

@@ -0,0 +1,4 @@
from .bbcode import PARSER as BBCODE_PARSER
def parse_bbcode(text:str):
return BBCODE_PARSER.format(text)