This commit is contained in:
2025-07-09 17:39:50 +08:00
parent 776a4d9152
commit 06a3edfafe
8 changed files with 3476 additions and 53 deletions

11
[Test]/test.py Normal file
View File

@@ -0,0 +1,11 @@
import sys
import os
sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
from Convention.Runtime.Config import *
def run():
print_colorful(ConsoleFrontColor.RED,"test")
if __name__ == "__main__":
run()