Files
Convention-Python/[Test]/test.py

8 lines
176 B
Python
Raw Normal View History

2025-07-09 17:39:50 +08:00
import sys
import os
sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
2025-10-21 09:34:26 +08:00
from Convention.Runtime.Config import *
2025-10-30 20:59:01 +08:00
print(PlatformIndicator.PrettyFace)
2025-07-10 15:08:20 +08:00