| 1 | import { join, dirname } from 'path'; |
| 2 | import { existsSync } from 'fs'; |
| 3 | import { NowBuildError } from '@vercel/build-utils'; |
| 4 | import { selectPythonVersion, PythonConfigKind } from '@vercel/python-analysis'; |
nothing calls this directly
no test coverage detected