코드내 path 등을 관리 하기 위해 config 파일을 사용함. .ini 나 .yalm 등 여러 방법이 있지만, yaml을 자주 사용하고 있음. config 파일 경로 적어서 Read 시, 현재 폴더를 기준으로 변경해주는 아래 코드를 실행한다. current_path = osp.dirname(osp.realpath(__file__)) config.yaml 예시 Database: host: port: user: passwd: dbname: schema: datatype: Database_wave: host: port: user: passwd: dbname: schema: datatype: # SSH 터널 사용 시 SSHTunnel: host: port: user: passwd: dbname: schema..