Commit c1c261f2 by 岳巧源

config

parent 012fc8cd
Showing with 17 additions and 1 deletions
import os.path
import json
def load_config() -> str:
......
import os.path
import sys
current_path = os.path.abspath(__file__)
current_dir = os.path.dirname(current_path)
root_dir = os.path.dirname(current_dir)
sys.path.append(root_dir)
from utils import load_json
if __name__ == '__main__':
pass
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment