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