17 lines
384 B
Python
17 lines
384 B
Python
# import os
|
|
# import sys
|
|
#
|
|
# from util import RWUtils, LogUtils
|
|
# from loguru import logger
|
|
# print(os.getcwd())
|
|
#
|
|
# print(os.path.relpath(__file__))
|
|
# base_dir = os.path.dirname(os.path.realpath(sys.argv[0]))
|
|
# content = YmlUtils.getConfigs(base_dir + "/../../")
|
|
# LogUtils.init_log(content)
|
|
#
|
|
# try:
|
|
# 2/0
|
|
# except Exception as e:
|
|
# logger.exception("异常信息:{}", e)
|