Colorful独立

This commit is contained in:
2025-10-21 09:34:26 +08:00
parent 81209e85ee
commit 11e1aa0f86
2 changed files with 108 additions and 32 deletions

View File

@@ -3,8 +3,7 @@ import os
from time import sleep
sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
from Convention.Runtime.File import *
from Convention.Runtime.Config import *
file = ToolFile("[Test]")|"temp"|None
print(file.MustExistsPath())
PrintColorful(ConsoleFrontColor.RED, "Hello, World!")