e0d3d75
1
2
3
4
5
from ipykernel.kernelapp import IPKernelApp from . import CodeQLKernel IPKernelApp.launch_instance(kernel_class=CodeQLKernel)