python 파일을 실행 시킬 때 내가 찾은 모듈들을 import 하지 못하는 오류가 발생할 때가 있다. 이때
import sys sys.path.extend("./")
해당 명령어를 추가해 주어 현재 경로를 적시해준다.