8 lines
176 B
Python
8 lines
176 B
Python
import sys
|
|
import os
|
|
sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
|
|
|
|
from Convention.Runtime.Config import *
|
|
print(PlatformIndicator.PrettyFace)
|
|
|