| 1 | import { initialize } from '@splootcode/runtime-python/autocomplete_worker' |
| 2 | import { staticPythonURLs } from './static_urls' |
| 3 | |
| 4 | initialize(staticPythonURLs, import.meta.env.SPLOOT_TYPESHED_PATH) |
nothing calls this directly
no test coverage detected