====== pathlib - 객체 지향 파일 시스템 경로 ====== * import from pathlib import Path APPS_PATH = Path(__file__).resolve().parent.parent print(APPS_DIR)