import loguru: stage 2

This commit is contained in:
binary-husky
2024-09-11 08:18:01 +00:00
parent 17cd4f8210
commit 80acd9c875
6 changed files with 60 additions and 59 deletions

View File

@@ -61,7 +61,6 @@ def sprint亮紫(*kw):
def sprint亮靛(*kw):
return "\033[1;36m"+' '.join(kw)+"\033[0m"
def log红(*kw,**kargs):
logger.opt(depth=1).info(sprint红(*kw))
def log绿(*kw,**kargs):