4 lines
100 B
Python
4 lines
100 B
Python
if __name__ == '__main__':
|
|
from yapkernel import kernelapp as app
|
|
app.launch_new_instance()
|