This commit is contained in:
2025-08-20 04:32:30 +02:00
parent e4bb201181
commit c9a45d3435
19 changed files with 385 additions and 99 deletions

View File

@@ -1,4 +1,6 @@
import re
from datetime import datetime
import os
def name_fix(name: str) -> str:
# VLang's name_fix converts '-' to '_' and cleans up special chars.