1from Action.core.Constant import * 2 3import sys 4if __name__ == "__main__": 5 6 print("cur: " + CONSTANT.OSType.default_log_dir) 7 8